Skip to content

RosCustomerGatewayProps

Properties for defining a RosCustomerGateway.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosCustomerGatewayProps {
    object IpAddress,
    object Asn = null,
    object Description = null,
    object Name = null
};

Properties

Name Type Description
IpAddress object No description.
Asn object No description.
Description object No description.
Name object No description.

IpAddressRequired

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

AsnOptional

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

DescriptionOptional

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

NameOptional

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