Class IpOptions
java.lang.Object
org.jclouds.azurecompute.arm.compute.options.IpOptions
Configures the ip addresses to be configured for the created nodes.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract com.google.common.base.Optional
<String> address()
The IP address to be configured, in case of static allocation, or absent for dynamic assignment.abstract boolean
Flag to indicate if a public ip address should be allocated and bound to this NIC.static IpOptions.Builder
builder()
abstract String
ID of the public IP to associate with the NIC.abstract String
subnet()
The subnet where the NIC will be attached.abstract IpOptions.Builder
-
Method Details
-
subnet
The subnet where the NIC will be attached. -
address
The IP address to be configured, in case of static allocation, or absent for dynamic assignment. -
allocateNewPublicIp
public abstract boolean allocateNewPublicIp()Flag to indicate if a public ip address should be allocated and bound to this NIC. -
publicIpId
ID of the public IP to associate with the NIC. -
toBuilder
-
builder
-