Skip to content

RosNatIpCidrProps

Properties for defining a RosNatIpCidr.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-natipcidr

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosNatIpCidrProps {
    NatGatewayId: interface{},
    NatIpCidr: interface{},
    NatIpCidrDescription: interface{},
    NatIpCidrName: interface{},
}

Properties

Name Type Description
NatGatewayId interface{} No description.
NatIpCidr interface{} No description.
NatIpCidrDescription interface{} No description.
NatIpCidrName interface{} No description.

NatGatewayIdRequired

NatGatewayId interface{}
  • Type: interface{}

NatIpCidrRequired

NatIpCidr interface{}
  • Type: interface{}

NatIpCidrDescriptionRequired

NatIpCidrDescription interface{}
  • Type: interface{}

NatIpCidrNameRequired

NatIpCidrName interface{}
  • Type: interface{}