PrefixListProps
Properties for defining a PrefixList
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-prefixlist
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new PrefixListProps {
object AddressFamily,
object MaxEntries,
object PrefixListName,
object Description = null,
object Entries = null
};
Properties
Name | Type | Description |
---|---|---|
AddressFamily |
object |
Property addressFamily: The IP address family. |
MaxEntries |
object |
Property maxEntries: The maximum number of entries that the prefix list can contain. |
PrefixListName |
object |
Property prefixListName: The name of the prefix. |
Description |
object |
Property description: The description of the prefix list. |
Entries |
object |
Property entries:. |
AddressFamily
Required
public object AddressFamily { get; set; }
- Type: object
Property addressFamily: The IP address family.
Valid values: IPv4 IPv6
MaxEntries
Required
public object MaxEntries { get; set; }
- Type: object
Property maxEntries: The maximum number of entries that the prefix list can contain.
Valid values: 1 to 200.
PrefixListName
Required
public object PrefixListName { get; set; }
- Type: object
Property prefixListName: The name of the prefix.
The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http://, https://, com.aliyun, or com.alibabacloud. It can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the prefix list.
The description must be 2 to 256 characters in length and cannot start with http:// or https://.
Entries
Optional
public object Entries { get; set; }
- Type: object
Property entries:.