Skip to content

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{},
    AutoPay: interface{},
    DeletionForce: interface{},
    DeletionProtection: interface{},
    Description: interface{},
    Duration: interface{},
    EipBindMode: interface{},
    IcmpReplyEnabled: interface{},
    InstanceChargeType: interface{},
    InternetChargeType: interface{},
    NatGatewayName: interface{},
    NatType: interface{},
    NetworkType: interface{},
    PricingCycle: 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.
AutoPay interface{} No description.
DeletionForce interface{} No description.
DeletionProtection interface{} No description.
Description interface{} No description.
Duration interface{} No description.
EipBindMode interface{} No description.
IcmpReplyEnabled interface{} No description.
InstanceChargeType interface{} No description.
InternetChargeType interface{} No description.
NatGatewayName interface{} No description.
NatType interface{} No description.
NetworkType interface{} No description.
PricingCycle interface{} No description.
SecurityProtectionEnabled interface{} No description.
Tags *[]TagsProperty No description.

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DurationOptional

Duration interface{}
  • Type: interface{}

EipBindModeOptional

EipBindMode interface{}
  • Type: interface{}

IcmpReplyEnabledOptional

IcmpReplyEnabled interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

NatGatewayNameOptional

NatGatewayName interface{}
  • Type: interface{}

NatTypeOptional

NatType interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

PricingCycleOptional

PricingCycle interface{}
  • Type: interface{}

SecurityProtectionEnabledOptional

SecurityProtectionEnabled interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty