Skip to content

RosIpv6GatewayProps

Properties for defining a RosIpv6Gateway.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosIpv6GatewayProps {
    object VpcId,
    object Description = null,
    object Name = null,
    object Spec = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
VpcId object No description.
Description object No description.
Name object No description.
Spec object No description.
Tags TagsProperty[] No description.

VpcIdRequired

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

DescriptionOptional

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

NameOptional

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

SpecOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }