AddressProps
Properties for defining a Address
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eip-address
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new AddressProps {
object AllocationId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
AllocationId |
object |
Property allocationId: The ID of the EIP instance. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
AllocationId
Required
public object AllocationId { get; set; }
- Type: object
Property allocationId: The ID of the EIP instance.
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.