Skip to content

RosPrefixListProps

Properties for defining a RosPrefixList.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosPrefixListProps {
    object PrefixListId,
    object RefreshOptions = null
};

Properties

Name Type Description
PrefixListId object No description.
RefreshOptions object No description.

PrefixListIdRequired

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

RefreshOptionsOptional

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