Skip to content

RosCustomerGatewayProps

Properties for defining a RosCustomerGateway.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosCustomerGatewayProps {
    IpAddress: interface{},
    Asn: interface{},
    Description: interface{},
    Name: interface{},
}

Properties

Name Type Description
IpAddress interface{} No description.
Asn interface{} No description.
Description interface{} No description.
Name interface{} No description.

IpAddressRequired

IpAddress interface{}
  • Type: interface{}

AsnOptional

Asn interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}