Skip to content

RosPrefixListProps

Properties for defining a RosPrefixList.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-prefixlist

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosPrefixListProps {
    Entries: interface{},
    IpVersion: interface{},
    MaxEntries: interface{},
    PrefixListDescription: interface{},
    PrefixListName: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosPrefixList.TagsProperty,
}

Properties

Name Type Description
Entries interface{} No description.
IpVersion interface{} No description.
MaxEntries interface{} No description.
PrefixListDescription interface{} No description.
PrefixListName interface{} No description.
ResourceGroupId interface{} No description.
Tags *[]TagsProperty No description.

EntriesOptional

Entries interface{}
  • Type: interface{}

IpVersionOptional

IpVersion interface{}
  • Type: interface{}

MaxEntriesOptional

MaxEntries interface{}
  • Type: interface{}

PrefixListDescriptionOptional

PrefixListDescription interface{}
  • Type: interface{}

PrefixListNameOptional

PrefixListName interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty