Skip to content

EndpointConfigurationsProperty

Initializer

import com.aliyun.ros.cdk.ga.RosEndpointGroups.EndpointConfigurationsProperty;
EndpointConfigurationsProperty.builder()
    .endpoint(java.lang.String)
    .endpoint(IResolvable)
    .type(java.lang.String)
    .type(IResolvable)
    .weight(java.lang.Number)
    .weight(IResolvable)
//  .subAddress(java.lang.String)
//  .subAddress(IResolvable)
    .build();

Properties

Name Type Description
endpoint java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
type java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
weight java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
subAddress java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

endpointRequired

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

typeRequired

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

weightRequired

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

subAddressOptional

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