Skip to content

CustomerGatewayProps

Properties for defining a CustomerGateway.

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

Initializer

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

Properties

Name Type Description
IpAddress object Property ipAddress: The IP address of the user gateway.
Asn object Property asn: The autonomous system number of the local data center gateway device.
Description object Property description: Description of the user gateway.
Name object Property name: The name of the user gateway.

IpAddressRequired

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

Property ipAddress: The IP address of the user gateway.


AsnOptional

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

Property asn: The autonomous system number of the local data center gateway device.


DescriptionOptional

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

Property description: Description of the user gateway.

The length is 2-256 characters and must start with a letter or Chinese, but cannot start with http:// or https://.


NameOptional

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

Property name: The name of the user gateway.

The length is 2-128 characters and must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_), and dashes (-). But it can't start with http:// or https://.