RosNatGatewaysProps
Properties for defining a RosNatGateways
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-natgateways
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RosNatGatewaysProps {
InstanceChargeType: interface{},
Name: interface{},
NatGatewayId: interface{},
NatType: interface{},
NetworkType: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
Status: interface{},
VpcId: interface{},
ZoneId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
InstanceChargeType |
interface{} |
No description. |
Name |
interface{} |
No description. |
NatGatewayId |
interface{} |
No description. |
NatType |
interface{} |
No description. |
NetworkType |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Status |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
InstanceChargeType
Optional
InstanceChargeType interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}
NatGatewayId
Optional
NatGatewayId interface{}
- Type: interface{}
NatType
Optional
NatType interface{}
- Type: interface{}
NetworkType
Optional
NetworkType interface{}
- Type: interface{}
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Status
Optional
Status interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}
ZoneId
Optional
ZoneId interface{}
- Type: interface{}