Skip to content

RosNatIpProps

Properties for defining a RosNatIp.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosNatIpProps {
    NatGatewayId: interface{},
    NatIpCidr: interface{},
    NatIpDescription: interface{},
    NatIpName: interface{},
    NatIp: interface{},
    NatIpCidrId: interface{},
}

Properties

Name Type Description
NatGatewayId interface{} No description.
NatIpCidr interface{} No description.
NatIpDescription interface{} No description.
NatIpName interface{} No description.
NatIp interface{} No description.
NatIpCidrId interface{} No description.

NatGatewayIdRequired

NatGatewayId interface{}
  • Type: interface{}

NatIpCidrRequired

NatIpCidr interface{}
  • Type: interface{}

NatIpDescriptionRequired

NatIpDescription interface{}
  • Type: interface{}

NatIpNameRequired

NatIpName interface{}
  • Type: interface{}

NatIpOptional

NatIp interface{}
  • Type: interface{}

NatIpCidrIdOptional

NatIpCidrId interface{}
  • Type: interface{}