Ipv4GatewayProps
Properties for defining a Ipv4Gateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-ipv4gateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.Ipv4GatewayProps {
Ipv4GatewayId: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Ipv4GatewayId |
interface{} |
Property ipv4GatewayId: The resource attribute field that represents the resource level 1 ID. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
Ipv4GatewayId
Required
Ipv4GatewayId interface{}
- Type: interface{}
Property ipv4GatewayId: The resource attribute field that represents the resource level 1 ID.
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.