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 |
No description. |
secondaryPrivateIpAddressCount |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
networkInterfaceId
Required
public java.lang.Object getNetworkInterfaceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
privateIpAddresses
Optional
public java.lang.Object getPrivateIpAddresses();
- Type: java.util.List
OR com.aliyun.ros.cdk.core.IResolvable
secondaryPrivateIpAddressCount
Optional
public java.lang.Object getSecondaryPrivateIpAddressCount();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable