RosPrefixListProps
Properties for defining a RosPrefixList
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-prefixlist
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosPrefixListProps {
AddressFamily: interface{},
MaxEntries: interface{},
PrefixListName: interface{},
Description: interface{},
Entries: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AddressFamily |
interface{} |
No description. |
MaxEntries |
interface{} |
No description. |
PrefixListName |
interface{} |
No description. |
Description |
interface{} |
No description. |
Entries |
interface{} |
No description. |
AddressFamily
Required
AddressFamily interface{}
- Type: interface{}
MaxEntries
Required
MaxEntries interface{}
- Type: interface{}
PrefixListName
Required
PrefixListName interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Entries
Optional
Entries interface{}
- Type: interface{}