NetworkProps
Properties for defining a Network
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-network
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ens;
new NetworkProps {
object CidrBlock,
object EnsRegionId,
object Description = null,
object NetworkName = null
};
Properties
Name | Type | Description |
---|---|---|
CidrBlock |
object |
Property cidrBlock: The CIDR block of the network. |
EnsRegionId |
object |
Property ensRegionId: The ID of the edge node. |
Description |
object |
Property description: The description of the network. |
NetworkName |
object |
Property networkName: The name of the network. |
CidrBlock
Required
public object CidrBlock { get; set; }
- Type: object
Property cidrBlock: The CIDR block of the network.
You can use one of the following CIDR blocks or their subnets as the CIDR block of the network: 10.0.0.0/8 (default) 172.16.0.0/12 192.168.0.0/16
EnsRegionId
Required
public object EnsRegionId { get; set; }
- Type: object
Property ensRegionId: The ID of the edge node.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the network.
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://.
NetworkName
Optional
public object NetworkName { get; set; }
- Type: object
Property networkName: The name of the network.
The name must meet the following requirements: The name must be 2 to 128 characters in length. The name must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).