Skip to content

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.

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

NatGatewayIdOptional

NatGatewayId interface{}
  • Type: interface{}

NatTypeOptional

NatType interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}