Skip to content

RosPrefixListProps

Properties for defining a RosPrefixList.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosPrefixListProps {
    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 No description.
IpVersion object No description.
MaxEntries object No description.
PrefixListDescription object No description.
PrefixListName object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

EntriesOptional

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

IpVersionOptional

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

MaxEntriesOptional

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

PrefixListDescriptionOptional

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

PrefixListNameOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }