Skip to content

DeployOptionProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka"
&alicloudroscdkkafka.DeployOptionProperty {
    DeployModule: interface{},
    VSwitchId: interface{},
    Config: interface{},
    CrossZone: interface{},
    IsEipInner: interface{},
    IsForceSelectedZones: interface{},
    IsSetUserAndPassword: interface{},
    KmsKeyId: interface{},
    Name: interface{},
    Notifier: interface{},
    Password: interface{},
    SecurityGroup: interface{},
    SelectedZones: interface{},
    ServiceVersion: interface{},
    Username: interface{},
    UserPhoneNum: interface{},
    VpcId: interface{},
    VSwitchIds: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
DeployModule interface{} No description.
VSwitchId interface{} No description.
Config interface{} No description.
CrossZone interface{} No description.
IsEipInner interface{} No description.
IsForceSelectedZones interface{} No description.
IsSetUserAndPassword interface{} No description.
KmsKeyId interface{} No description.
Name interface{} No description.
Notifier interface{} No description.
Password interface{} No description.
SecurityGroup interface{} No description.
SelectedZones interface{} No description.
ServiceVersion interface{} No description.
Username interface{} No description.
UserPhoneNum interface{} No description.
VpcId interface{} No description.
VSwitchIds interface{} No description.
ZoneId interface{} No description.

DeployModuleRequired

DeployModule interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ConfigOptional

Config interface{}
  • Type: interface{}

CrossZoneOptional

CrossZone interface{}
  • Type: interface{}

IsEipInnerOptional

IsEipInner interface{}
  • Type: interface{}

IsForceSelectedZonesOptional

IsForceSelectedZones interface{}
  • Type: interface{}

IsSetUserAndPasswordOptional

IsSetUserAndPassword interface{}
  • Type: interface{}

KmsKeyIdOptional

KmsKeyId interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

NotifierOptional

Notifier interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

SecurityGroupOptional

SecurityGroup interface{}
  • Type: interface{}

SelectedZonesOptional

SelectedZones interface{}
  • Type: interface{}

ServiceVersionOptional

ServiceVersion interface{}
  • Type: interface{}

UsernameOptional

Username interface{}
  • Type: interface{}

UserPhoneNumOptional

UserPhoneNum interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdsOptional

VSwitchIds interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}