public class Subnet extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Subnet.CreateBuilder
Create and Update builders (inheriting from Builder)
|
static class |
Subnet.CreateSubnet
Create and Update options - extend the domain class, passed to API update and create calls.
|
static class |
Subnet.UpdateBuilder
Create and Update builders (inheriting from Builder)
|
static class |
Subnet.UpdateSubnet
Create and Update options - extend the domain class, passed to API update and create calls.
|
Modifier and Type | Method and Description |
---|---|
static Subnet.CreateBuilder |
createBuilder(String networkId,
String cidr) |
boolean |
equals(Object o) |
com.google.common.collect.ImmutableSet<AllocationPool> |
getAllocationPools() |
String |
getCidr() |
com.google.common.collect.ImmutableSet<String> |
getDnsNameservers() |
Boolean |
getEnableDhcp() |
String |
getGatewayIp() |
com.google.common.collect.ImmutableSet<HostRoute> |
getHostRoutes() |
String |
getId() |
IPv6DHCPMode |
getIPv6AddressMode() |
IPv6DHCPMode |
getIPv6RAMode() |
Integer |
getIpVersion() |
String |
getName() |
String |
getNetworkId() |
String |
getTenantId() |
int |
hashCode() |
String |
toString() |
static Subnet.UpdateBuilder |
updateBuilder() |
@Nullable public String getNetworkId()
@Nullable public String getTenantId()
@Nullable public com.google.common.collect.ImmutableSet<AllocationPool> getAllocationPools()
@Nullable public String getGatewayIp()
@Nullable public String getCidr()
@Nullable public Boolean getEnableDhcp()
@Nullable public com.google.common.collect.ImmutableSet<String> getDnsNameservers()
@Nullable public com.google.common.collect.ImmutableSet<HostRoute> getHostRoutes()
@Nullable public IPv6DHCPMode getIPv6AddressMode()
@Nullable public IPv6DHCPMode getIPv6RAMode()
public static Subnet.CreateBuilder createBuilder(String networkId, String cidr)
public static Subnet.UpdateBuilder updateBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.