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],
  association_mode: typing.Union[str, IResolvable] = None,
  pop_locations: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PopLocationsProperty]]] = None,
  private_ip_address: typing.Union[str, IResolvable] = None
)

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.
association_mode typing.Union[str, ros_cdk_core.IResolvable] Property associationMode: The association mode.
pop_locations typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, PopLocationsProperty]]] Property popLocations: The pop locations.
private_ip_address typing.Union[str, ros_cdk_core.IResolvable] Property privateIpAddress: The private IP address.

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.


association_modeOptional

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

Property associationMode: The association mode.


pop_locationsOptional

pop_locations: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, PopLocationsProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, PopLocationsProperty]]]

Property popLocations: The pop locations.


private_ip_addressOptional

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

Property privateIpAddress: The private IP address.