Skip to content

AnycastEIPAssociationProps

Properties for defining a AnycastEIPAssociation.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-anycasteipassociation

Initializer

import ros_cdk_vpc
ros_cdk_vpc.AnycastEIPAssociationProps(
  anycast_id: typing.Union[str, IResolvable],
  bind_instance_id: typing.Union[str, IResolvable],
  bind_instance_region_id: typing.Union[str, IResolvable],
  bind_instance_type: typing.Union[str, IResolvable]
)

Properties

Name Type Description
anycast_id typing.Union[str, ros_cdk_core.IResolvable] Property anycastId: Anycast EIP instance ID.
bind_instance_id typing.Union[str, ros_cdk_core.IResolvable] Property bindInstanceId: The ID of the cloud resource instance to be bound.
bind_instance_region_id typing.Union[str, ros_cdk_core.IResolvable] Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.
bind_instance_type typing.Union[str, ros_cdk_core.IResolvable] Property bindInstanceType: The cloud resource instance type to be bound.

anycast_idRequired

anycast_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property anycastId: Anycast EIP instance ID.


bind_instance_idRequired

bind_instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property bindInstanceId: The ID of the cloud resource instance to be bound.


bind_instance_region_idRequired

bind_instance_region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.


bind_instance_typeRequired

bind_instance_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property bindInstanceType: The cloud resource instance type to be bound.

Valid value: SlbInstance, SLB instance of private network type.