Skip to content

Ipv4GatewayProps

Properties for defining a Ipv4Gateway.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new Ipv4GatewayProps {
    object VpcId,
    object Ipv4GatewayDescription = null,
    object Ipv4GatewayName = null
};

Properties

Name Type Description
VpcId object Property vpcId: The ID of the VPC associated with the IPv4 Gateway.
Ipv4GatewayDescription object Property ipv4GatewayDescription: Description information.
Ipv4GatewayName object Property ipv4GatewayName: Resource name.

VpcIdRequired

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

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


Ipv4GatewayDescriptionOptional

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

Property ipv4GatewayDescription: Description information.


Ipv4GatewayNameOptional

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

Property ipv4GatewayName: Resource name.