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. |
PrefixListName
Optional
public object PrefixListName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object