Skip to content

PrefixListProps

Properties for defining a PrefixList.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.PrefixListProps {
    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{} Property entries: The CIDR address block list of the prefix list.
IpVersion interface{} Property ipVersion: The IP version of the prefix list.
MaxEntries interface{} Property maxEntries: The maximum number of entries for CIDR address blocks in the prefix list.
PrefixListDescription interface{} Property prefixListDescription: The description of the prefix list.
PrefixListName interface{} Property prefixListName: The name of the prefix list.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group to which the VPC belongs.
Tags *[]TagsProperty Property tags: Tags of prefix list.

EntriesOptional

Entries interface{}
  • Type: interface{}

Property entries: The CIDR address block list of the prefix list.


IpVersionOptional

IpVersion interface{}
  • Type: interface{}

Property ipVersion: The IP version of the prefix list.

Value:

  • IPvv4:IPv4 version.
  • IPv6:IPv6.

MaxEntriesOptional

MaxEntries interface{}
  • Type: interface{}

Property maxEntries: The maximum number of entries for CIDR address blocks in the prefix list.


PrefixListDescriptionOptional

PrefixListDescription interface{}
  • Type: interface{}

Property prefixListDescription: The description of the prefix list.

It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https.


PrefixListNameOptional

PrefixListName interface{}
  • Type: interface{}

Property prefixListName: The name of the prefix list.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group to which the VPC belongs.


TagsOptional

Tags *[]TagsProperty

Property tags: Tags of prefix list.