Skip to content

PrefixListProps

Properties for defining a PrefixList.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new PrefixListProps {
    object Entries = null,
    object IpVersion = null,
    object MaxEntries = null,
    object PrefixListDescription = null,
    object PrefixListName = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
Entries object Property entries: The CIDR address block list of the prefix list.
IpVersion object Property ipVersion: The IP version of the prefix list.
MaxEntries object Property maxEntries: The maximum number of entries for CIDR address blocks in the prefix list.
PrefixListDescription object Property prefixListDescription: The description of the prefix list.
PrefixListName object Property prefixListName: The name of the prefix list.
ResourceGroupId object Property resourceGroupId: The ID of the resource group to which the VPC belongs.
Tags TagsProperty[] Property tags: Tags of prefix list.

EntriesOptional

public object Entries { get; set; }
  • Type: object

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


IpVersionOptional

public object IpVersion { get; set; }
  • Type: object

Property ipVersion: The IP version of the prefix list.

Value:

  • IPvv4:IPv4 version.
  • IPv6:IPv6.

MaxEntriesOptional

public object MaxEntries { get; set; }
  • Type: object

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


PrefixListDescriptionOptional

public object PrefixListDescription { get; set; }
  • Type: object

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

public object PrefixListName { get; set; }
  • Type: object

Property prefixListName: The name of the prefix list.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

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


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags of prefix list.