RosAddressBookProps
Properties for defining a RosAddressBook.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-addressbook
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new RosAddressBookProps {
object Description,
object GroupName,
object GroupType,
object AddressList = null,
object AutoAddTagEcs = null,
object RegionId = null,
object TagList = null,
object TagRelation = null
};
Properties
| Name | Type | Description |
|---|---|---|
Description |
object |
No description. |
GroupName |
object |
No description. |
GroupType |
object |
No description. |
AddressList |
object |
No description. |
AutoAddTagEcs |
object |
No description. |
RegionId |
object |
No description. |
TagList |
object |
No description. |
TagRelation |
object |
No description. |
DescriptionRequired
public object Description { get; set; }
- Type: object
GroupNameRequired
public object GroupName { get; set; }
- Type: object
GroupTypeRequired
public object GroupType { get; set; }
- Type: object
AddressListOptional
public object AddressList { get; set; }
- Type: object
AutoAddTagEcsOptional
public object AutoAddTagEcs { get; set; }
- Type: object
RegionIdOptional
public object RegionId { get; set; }
- Type: object
TagListOptional
public object TagList { get; set; }
- Type: object
TagRelationOptional
public object TagRelation { get; set; }
- Type: object