Skip to content

DeployOptionProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kafka;
new DeployOptionProperty {
    object DeployModule,
    object VSwitchId,
    object Config = null,
    object CrossZone = null,
    object IsEipInner = null,
    object IsForceSelectedZones = null,
    object IsSetUserAndPassword = null,
    object KmsKeyId = null,
    object Name = null,
    object Notifier = null,
    object Password = null,
    object SecurityGroup = null,
    object SelectedZones = null,
    object ServiceVersion = null,
    object Username = null,
    object UserPhoneNum = null,
    object VpcId = null,
    object VSwitchIds = null,
    object ZoneId = null
};

Properties

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

DeployModuleRequired

public object DeployModule { get; set; }
  • Type: object

VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

ConfigOptional

public object Config { get; set; }
  • Type: object

CrossZoneOptional

public object CrossZone { get; set; }
  • Type: object

IsEipInnerOptional

public object IsEipInner { get; set; }
  • Type: object

IsForceSelectedZonesOptional

public object IsForceSelectedZones { get; set; }
  • Type: object

IsSetUserAndPasswordOptional

public object IsSetUserAndPassword { get; set; }
  • Type: object

KmsKeyIdOptional

public object KmsKeyId { get; set; }
  • Type: object

NameOptional

public object Name { get; set; }
  • Type: object

NotifierOptional

public object Notifier { get; set; }
  • Type: object

PasswordOptional

public object Password { get; set; }
  • Type: object

SecurityGroupOptional

public object SecurityGroup { get; set; }
  • Type: object

SelectedZonesOptional

public object SelectedZones { get; set; }
  • Type: object

ServiceVersionOptional

public object ServiceVersion { get; set; }
  • Type: object

UsernameOptional

public object Username { get; set; }
  • Type: object

UserPhoneNumOptional

public object UserPhoneNum { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object

VSwitchIdsOptional

public object VSwitchIds { get; set; }
  • Type: object

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object