Skip to content

RosAssignPrivateIpAddressesProps

Properties for defining a RosAssignPrivateIpAddresses.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-assignprivateipaddresses

Initializer

import com.aliyun.ros.cdk.ecs.RosAssignPrivateIpAddressesProps;
RosAssignPrivateIpAddressesProps.builder()
    .networkInterfaceId(java.lang.String)
    .networkInterfaceId(IResolvable)
//  .privateIpAddresses(java.util.List<java.lang.Object>)
//  .privateIpAddresses(IResolvable)
//  .secondaryPrivateIpAddressCount(java.lang.Number)
//  .secondaryPrivateIpAddressCount(IResolvable)
    .build();

Properties

Name Type Description
networkInterfaceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
privateIpAddresses java.util.List OR com.aliyun.ros.cdk.core.IResolvable No description.
secondaryPrivateIpAddressCount java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

networkInterfaceIdRequired

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

privateIpAddressesOptional

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

secondaryPrivateIpAddressCountOptional

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