Skip to content

RosPrefixListProps

Properties for defining a RosPrefixList.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosPrefixListProps {
    object AddressFamily,
    object MaxEntries,
    object PrefixListName,
    object Description = null,
    object Entries = null
};

Properties

Name Type Description
AddressFamily object No description.
MaxEntries object No description.
PrefixListName object No description.
Description object No description.
Entries object No description.

AddressFamilyRequired

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

MaxEntriesRequired

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

PrefixListNameRequired

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

DescriptionOptional

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

EntriesOptional

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