Skip to content

RosPrefixListsProps

Properties for defining a RosPrefixLists.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-prefixlists

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosPrefixListsProps {
    object PrefixListName = null,
    object RefreshOptions = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
PrefixListName object No description.
RefreshOptions object No description.
ResourceGroupId object No description.

PrefixListNameOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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