Skip to content

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.

AddressFamilyRequired

AddressFamily interface{}
  • Type: interface{}

MaxEntriesRequired

MaxEntries interface{}
  • Type: interface{}

PrefixListNameRequired

PrefixListName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

EntriesOptional

Entries interface{}
  • Type: interface{}