RosNatGatewayProps
Properties for defining a RosNatGateway.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-natgateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosNatGatewayProps {
VpcId: interface{},
VSwitchId: interface{},
AccessMode: interface{},
AvailabilityMode: interface{},
DeletionForce: interface{},
DeletionProtection: interface{},
Description: interface{},
EipBindMode: interface{},
IcmpReplyEnabled: interface{},
InstanceChargeType: interface{},
InternetChargeType: interface{},
Ipv4Prefix: interface{},
NatGatewayName: interface{},
NatIp: interface{},
NatType: interface{},
NetworkType: interface{},
PrivateLinkEnabled: interface{},
SecurityProtectionEnabled: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosNatGateway.TagsProperty,
}
Properties
| Name | Type | Description |
|---|---|---|
VpcId | interface{} | No description. |
VSwitchId | interface{} | No description. |
AccessMode | interface{} | No description. |
AvailabilityMode | interface{} | No description. |
DeletionForce | interface{} | No description. |
DeletionProtection | interface{} | No description. |
Description | interface{} | No description. |
EipBindMode | interface{} | No description. |
IcmpReplyEnabled | interface{} | No description. |
InstanceChargeType | interface{} | No description. |
InternetChargeType | interface{} | No description. |
Ipv4Prefix | interface{} | No description. |
NatGatewayName | interface{} | No description. |
NatIp | interface{} | No description. |
NatType | interface{} | No description. |
NetworkType | interface{} | No description. |
PrivateLinkEnabled | interface{} | No description. |
SecurityProtectionEnabled | interface{} | No description. |
Tags | *[]TagsProperty | No description. |
VpcIdRequired
VpcId interface{}
- Type: interface{}
VSwitchIdRequired
VSwitchId interface{}
- Type: interface{}
AccessModeOptional
AccessMode interface{}
- Type: interface{}
AvailabilityModeOptional
AvailabilityMode interface{}
- Type: interface{}
DeletionForceOptional
DeletionForce interface{}
- Type: interface{}
DeletionProtectionOptional
DeletionProtection interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
EipBindModeOptional
EipBindMode interface{}
- Type: interface{}
IcmpReplyEnabledOptional
IcmpReplyEnabled interface{}
- Type: interface{}
InstanceChargeTypeOptional
InstanceChargeType interface{}
- Type: interface{}
InternetChargeTypeOptional
InternetChargeType interface{}
- Type: interface{}
Ipv4PrefixOptional
Ipv4Prefix interface{}
- Type: interface{}
NatGatewayNameOptional
NatGatewayName interface{}
- Type: interface{}
NatIpOptional
NatIp interface{}
- Type: interface{}
NatTypeOptional
NatType interface{}
- Type: interface{}
NetworkTypeOptional
NetworkType interface{}
- Type: interface{}
PrivateLinkEnabledOptional
PrivateLinkEnabled interface{}
- Type: interface{}
SecurityProtectionEnabledOptional
SecurityProtectionEnabled interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty