NatIpCidrsProps
Properties for defining a NatIpCidrs
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-natipcidrs
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.NatIpCidrsProps {
NatGatewayId: interface{},
NatIpCidr: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
NatGatewayId |
interface{} |
Property natGatewayId: NAT IP ADDRESS range to the security group of the Kafka VPC NAT gateway instance ID. |
NatIpCidr |
interface{} |
Property natIpCidr: Create a NAT IP ADDRESS. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
NatGatewayId
Required
NatGatewayId interface{}
- Type: interface{}
Property natGatewayId: NAT IP ADDRESS range to the security group of the Kafka VPC NAT gateway instance ID.
NatIpCidr
Optional
NatIpCidr interface{}
- Type: interface{}
Property natIpCidr: Create a NAT IP ADDRESS.
The new address segment must meet the following conditions: belong to 10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16 network segment and its subnet. Support the subnet mask of the number of bits in the range of 16 to 32-bit. If you want to use the IP address of a public network segment as the NAT IP ADDRESS, the Virtual Private Cloud (VPC NAT is already using the IP address of a public network of permissions. For more information, see create a virtual private cloud (VPC NAT gateway instance.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.