protected static class CreateSubnetOptions.CreateSubnetRequest extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
CreateSubnetOptions.CreateSubnetRequest.HostRoute |
Modifier and Type | Field and Description |
---|---|
protected Set<AllocationPool> |
allocation_pools |
protected String |
cidr |
protected Set<String> |
dns_nameservers |
protected Boolean |
enable_dhcp |
protected String |
gateway_ip |
protected Set<CreateSubnetOptions.CreateSubnetRequest.HostRoute> |
host_routes |
protected Integer |
ip_version |
protected String |
name |
protected String |
network_id |
Modifier | Constructor and Description |
---|---|
protected |
CreateSubnetOptions.CreateSubnetRequest(String networkId,
Integer ipVersion,
String cidr) |
protected String network_id
protected Integer ip_version
protected String cidr
protected String name
protected Set<AllocationPool> allocation_pools
protected String gateway_ip
protected Boolean enable_dhcp
protected Set<CreateSubnetOptions.CreateSubnetRequest.HostRoute> host_routes
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.