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
DeployModule
Required
public object DeployModule { get; set; }
VSwitchId
Required
public object VSwitchId { get; set; }
Config
Optional
public object Config { get; set; }
CrossZone
Optional
public object CrossZone { get; set; }
IsEipInner
Optional
public object IsEipInner { get; set; }
IsForceSelectedZones
Optional
public object IsForceSelectedZones { get; set; }
IsSetUserAndPassword
Optional
public object IsSetUserAndPassword { get; set; }
KmsKeyId
Optional
public object KmsKeyId { get; set; }
Name
Optional
public object Name { get; set; }
Notifier
Optional
public object Notifier { get; set; }
Password
Optional
public object Password { get; set; }
SecurityGroup
Optional
public object SecurityGroup { get; set; }
SelectedZones
Optional
public object SelectedZones { get; set; }
ServiceVersion
Optional
public object ServiceVersion { get; set; }
Username
Optional
public object Username { get; set; }
UserPhoneNum
Optional
public object UserPhoneNum { get; set; }
VpcId
Optional
public object VpcId { get; set; }
VSwitchIds
Optional
public object VSwitchIds { get; set; }
ZoneId
Optional
public object ZoneId { get; set; }