AnycastEIPAssociationProps
Properties for defining a AnycastEIPAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteipassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new AnycastEIPAssociationProps {
object AnycastId,
object BindInstanceId,
object BindInstanceRegionId,
object BindInstanceType
};
Properties
| Name | Type | Description |
|---|---|---|
AnycastId |
object |
Property anycastId: Anycast EIP instance ID. |
BindInstanceId |
object |
Property bindInstanceId: The ID of the cloud resource instance to be bound. |
BindInstanceRegionId |
object |
Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound. |
BindInstanceType |
object |
Property bindInstanceType: The cloud resource instance type to be bound. |
AnycastIdRequired
public object AnycastId { get; set; }
- Type: object
Property anycastId: Anycast EIP instance ID.
BindInstanceIdRequired
public object BindInstanceId { get; set; }
- Type: object
Property bindInstanceId: The ID of the cloud resource instance to be bound.
BindInstanceRegionIdRequired
public object BindInstanceRegionId { get; set; }
- Type: object
Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.
BindInstanceTypeRequired
public object BindInstanceType { get; set; }
- Type: object
Property bindInstanceType: The cloud resource instance type to be bound.
Valid value: SlbInstance, SLB instance of private network type.