Skip to content

AnycastEIPAssociationProps

Properties for defining a AnycastEIPAssociation.

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

Initializer

import com.aliyun.ros.cdk.vpc.AnycastEIPAssociationProps;
AnycastEIPAssociationProps.builder()
    .anycastId(java.lang.String)
    .anycastId(IResolvable)
    .bindInstanceId(java.lang.String)
    .bindInstanceId(IResolvable)
    .bindInstanceRegionId(java.lang.String)
    .bindInstanceRegionId(IResolvable)
    .bindInstanceType(java.lang.String)
    .bindInstanceType(IResolvable)
    .build();

Properties

Name Type Description
anycastId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property anycastId: Anycast EIP instance ID.
bindInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bindInstanceId: The ID of the cloud resource instance to be bound.
bindInstanceRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bindInstanceRegionId: The region ID of the cloud resource instance to be bound.
bindInstanceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property bindInstanceType: The cloud resource instance type to be bound.

anycastIdRequired

public java.lang.Object getAnycastId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property anycastId: Anycast EIP instance ID.


bindInstanceIdRequired

public java.lang.Object getBindInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


bindInstanceRegionIdRequired

public java.lang.Object getBindInstanceRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


bindInstanceTypeRequired

public java.lang.Object getBindInstanceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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

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