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. |
CidrBlock
Optional
public object CidrBlock { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EnableIpv6
Optional
public object EnableIpv6 { get; set; }
- Type: object
Ipv6CidrBlock
Optional
public object Ipv6CidrBlock { get; set; }
- Type: object
Ipv6Isp
Optional
public object Ipv6Isp { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecondaryCidrBlocks
Optional
public object SecondaryCidrBlocks { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
UserCidr
Optional
public object UserCidr { get; set; }
- Type: object
VpcName
Optional
public object VpcName { get; set; }
- Type: object