AddressBooksProps
Properties for defining a AddressBooks
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudfw-addressbooks
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new AddressBooksProps {
object GroupType = null,
object Lang = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
GroupType |
object |
Property groupType: Address Book, it can be set to include: - ip: an IP address book - domain: domain name address book - port: port Address Book - tag:ECS tag address book. |
Lang |
object |
Property lang: The language type of the received message. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
GroupType
Optional
public object GroupType { get; set; }
- Type: object
Property groupType: Address Book, it can be set to include: - ip: an IP address book - domain: domain name address book - port: port Address Book - tag:ECS tag address book.
Lang
Optional
public object Lang { get; set; }
- Type: object
Property lang: The language type of the received message.
- zh (default): Chinese.
- en: English.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.