Skip to content

Ipv4GatewayProps

Properties for defining a Ipv4Gateway.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-ipv4gateway

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new Ipv4GatewayProps {
    object Ipv4GatewayId,
    object RefreshOptions = null
};

Properties

Name Type Description
Ipv4GatewayId object Property ipv4GatewayId: The resource attribute field that represents the resource level 1 ID.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Ipv4GatewayIdRequired

public object Ipv4GatewayId { get; set; }
  • Type: object

Property ipv4GatewayId: The resource attribute field that represents the resource level 1 ID.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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.