AnycastEIPAssociationProps
Properties for defining a AnycastEIPAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteipassociation
Initializer
import { AnycastEIPAssociationProps } from '@alicloud/ros-cdk-vpc'
const anycastEIPAssociationProps: AnycastEIPAssociationProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
anycastId |
string | @alicloud/ros-cdk-core.IResolvable |
Property anycastId: Anycast EIP instance ID. |
bindInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property bindInstanceId: The ID of the cloud resource instance to be bound. |
bindInstanceRegionId |
string | @alicloud/ros-cdk-core.IResolvable |
Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound. |
bindInstanceType |
string | @alicloud/ros-cdk-core.IResolvable |
Property bindInstanceType: The cloud resource instance type to be bound. |
anycastIdRequired
public readonly anycastId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property anycastId: Anycast EIP instance ID.
bindInstanceIdRequired
public readonly bindInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property bindInstanceId: The ID of the cloud resource instance to be bound.
bindInstanceRegionIdRequired
public readonly bindInstanceRegionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.
bindInstanceTypeRequired
public readonly bindInstanceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property bindInstanceType: The cloud resource instance type to be bound.
Valid value: SlbInstance, SLB instance of private network type.