GatewayProps
Properties for defining a Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mse-gateway
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mse;
new GatewayProps {
object Replica,
object Spec,
object VpcId,
object VSwitchId,
object BackupVSwitchId = null,
object EnterpriseSecurityGroup = null,
object InternetSlbSpec = null,
object Name = null,
object SlbSpec = null
};
Properties
Name | Type | Description |
---|---|---|
Replica |
object |
Property replica: Gateway Node Number. |
Spec |
object |
Property spec: Gateway Node Specifications. |
VpcId |
object |
Property vpcId: VpcId. |
VSwitchId |
object |
Property vSwitchId: VSwitchId. |
BackupVSwitchId |
object |
Property backupVSwitchId: VSwitchId For Backup. |
EnterpriseSecurityGroup |
object |
Property enterpriseSecurityGroup:. |
InternetSlbSpec |
object |
Property internetSlbSpec:. |
Name |
object |
Property name:. |
SlbSpec |
object |
Property slbSpec:. |
Replica
Required
public object Replica { get; set; }
- Type: object
Property replica: Gateway Node Number.
Spec
Required
public object Spec { get; set; }
- Type: object
Property spec: Gateway Node Specifications.
VpcId
Required
public object VpcId { get; set; }
- Type: object
Property vpcId: VpcId.
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: VSwitchId.
BackupVSwitchId
Optional
public object BackupVSwitchId { get; set; }
- Type: object
Property backupVSwitchId: VSwitchId For Backup.
EnterpriseSecurityGroup
Optional
public object EnterpriseSecurityGroup { get; set; }
- Type: object
Property enterpriseSecurityGroup:.
InternetSlbSpec
Optional
public object InternetSlbSpec { get; set; }
- Type: object
Property internetSlbSpec:.
Name
Optional
public object Name { get; set; }
- Type: object
Property name:.
SlbSpec
Optional
public object SlbSpec { get; set; }
- Type: object
Property slbSpec:.