Skip to content

RosIpv4GatewaysProps

Properties for defining a RosIpv4Gateways.

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

Initializer

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

Properties

Name Type Description
Ipv4GatewayId object No description.
Ipv4GatewayName object No description.
RefreshOptions object No description.
VpcId object No description.

Ipv4GatewayIdOptional

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

Ipv4GatewayNameOptional

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

RefreshOptionsOptional

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

VpcIdOptional

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