Package | Description |
---|---|
org.jclouds.openstack.neutron.v2_0.domain | |
org.jclouds.openstack.neutron.v2_0.options |
Modifier and Type | Field and Description |
---|---|
protected ExternalGatewayInfo |
Router.Builder.externalGatewayInfo |
Modifier and Type | Method and Description |
---|---|
ExternalGatewayInfo |
ExternalGatewayInfo.Builder.build() |
ExternalGatewayInfo |
Router.getExternalGatewayInfo() |
Modifier and Type | Method and Description |
---|---|
T |
Router.Builder.externalGatewayInfo(ExternalGatewayInfo externalGatewayInfo) |
ExternalGatewayInfo.Builder |
ExternalGatewayInfo.Builder.fromExternalGatewayInfo(ExternalGatewayInfo in) |
Constructor and Description |
---|
Router(String id,
String tenantId,
String name,
Boolean adminStateUp,
State state,
ExternalGatewayInfo externalGatewayInfo) |
Modifier and Type | Field and Description |
---|---|
protected ExternalGatewayInfo |
UpdateRouterOptions.externalGatewayInfo |
protected ExternalGatewayInfo |
UpdateRouterOptions.Builder.externalGatewayInfo |
protected ExternalGatewayInfo |
CreateRouterOptions.externalGatewayInfo |
protected ExternalGatewayInfo |
CreateRouterOptions.Builder.externalGatewayInfo |
Modifier and Type | Method and Description |
---|---|
ExternalGatewayInfo |
UpdateRouterOptions.getExternalGatewayInfo() |
ExternalGatewayInfo |
CreateRouterOptions.getExternalGatewayInfo() |
Modifier and Type | Method and Description |
---|---|
T |
UpdateRouterOptions.Builder.externalGatewayInfo(ExternalGatewayInfo externalGatewayInfo) |
T |
CreateRouterOptions.Builder.externalGatewayInfo(ExternalGatewayInfo externalGatewayInfo) |
Constructor and Description |
---|
CreateRouterOptions(String name,
Boolean adminStateUp,
ExternalGatewayInfo externalGatewayInfo) |
UpdateRouterOptions(String name,
Boolean adminStateUp,
ExternalGatewayInfo externalGatewayInfo) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.