PrefixListProps
Properties for defining a PrefixList
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-prefixlist
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.PrefixListProps {
AddressFamily: interface{},
MaxEntries: interface{},
PrefixListName: interface{},
Description: interface{},
Entries: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AddressFamily |
interface{} |
Property addressFamily: The IP address family. |
MaxEntries |
interface{} |
Property maxEntries: The maximum number of entries that the prefix list can contain. |
PrefixListName |
interface{} |
Property prefixListName: The name of the prefix. |
Description |
interface{} |
Property description: The description of the prefix list. |
Entries |
interface{} |
Property entries:. |
AddressFamily
Required
AddressFamily interface{}
- Type: interface{}
Property addressFamily: The IP address family.
Valid values: IPv4 IPv6
MaxEntries
Required
MaxEntries interface{}
- Type: interface{}
Property maxEntries: The maximum number of entries that the prefix list can contain.
Valid values: 1 to 200.
PrefixListName
Required
PrefixListName interface{}
- Type: interface{}
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
Description interface{}
- Type: interface{}
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
Entries interface{}
- Type: interface{}
Property entries:.