Skip to content

RosVPCProps

Properties for defining a RosVPC.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosVPCProps {
    object CidrBlock = null,
    object Description = null,
    object EnableIpv6 = null,
    object Ipv6CidrBlock = null,
    object Ipv6Isp = null,
    object ResourceGroupId = null,
    object SecondaryCidrBlocks = null,
    TagsProperty[] Tags = null,
    object UserCidr = null,
    object VpcName = null
};

Properties

Name Type Description
CidrBlock object No description.
Description object No description.
EnableIpv6 object No description.
Ipv6CidrBlock object No description.
Ipv6Isp object No description.
ResourceGroupId object No description.
SecondaryCidrBlocks object No description.
Tags TagsProperty[] No description.
UserCidr object No description.
VpcName object No description.

CidrBlockOptional

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

DescriptionOptional

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

EnableIpv6Optional

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

Ipv6CidrBlockOptional

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

Ipv6IspOptional

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

ResourceGroupIdOptional

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

SecondaryCidrBlocksOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

UserCidrOptional

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

VpcNameOptional

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