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:. |
ReplicaRequired
public object Replica { get; set; }
- Type: object
Property replica: Gateway Node Number.
SpecRequired
public object Spec { get; set; }
- Type: object
Property spec: Gateway Node Specifications.
VpcIdRequired
public object VpcId { get; set; }
- Type: object
Property vpcId: VpcId.
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: VSwitchId.
BackupVSwitchIdOptional
public object BackupVSwitchId { get; set; }
- Type: object
Property backupVSwitchId: VSwitchId For Backup.
EnterpriseSecurityGroupOptional
public object EnterpriseSecurityGroup { get; set; }
- Type: object
Property enterpriseSecurityGroup:.
InternetSlbSpecOptional
public object InternetSlbSpec { get; set; }
- Type: object
Property internetSlbSpec:.
NameOptional
public object Name { get; set; }
- Type: object
Property name:.
SlbSpecOptional
public object SlbSpec { get; set; }
- Type: object
Property slbSpec:.