Skip to content

Ipv4GatewaysProps

Properties for defining a Ipv4Gateways.

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

Initializer

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

Properties

Name Type Description
Ipv4GatewayId object Property ipv4GatewayId: The resource attribute field that represents the resource level 1 ID.
Ipv4GatewayName object Property ipv4GatewayName: Resource name.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
VpcId object Property vpcId: The ID of the VPC associated with the IPv4 Gateway.

Ipv4GatewayIdOptional

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

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


Ipv4GatewayNameOptional

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

Property ipv4GatewayName: Resource name.


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.

VpcIdOptional

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

Property vpcId: The ID of the VPC associated with the IPv4 Gateway.