Skip to content

HostAliasesProperty

Initializer

import com.aliyun.ros.cdk.ess.RosEciScalingConfiguration.HostAliasesProperty;
HostAliasesProperty.builder()
    .ip(java.lang.String)
    .ip(IResolvable)
//  .hostnames(IResolvable)
//  .hostnames(java.util.List<java.lang.String)
//  .hostnames(IResolvable>)
    .build();

Properties

Name Type Description
ip java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
hostnames com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

ipRequired

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

hostnamesOptional

public java.lang.Object getHostnames();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List