Class Router
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.Router
- Direct Known Subclasses:
Router.CreateRouter
,Router.UpdateRouter
A Neutron Router
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic Router.CreateBuilder
boolean
getId()
getName()
int
hashCode()
toString()
static Router.UpdateBuilder
-
Method Details
-
getId
- Returns:
- the id of the Router
-
getStatus
- Returns:
- the status of the Router
-
getName
- Returns:
- the name of the Router
-
getTenantId
- Returns:
- the tenantId of the Router
-
getAdminStateUp
- Returns:
- the adminStateUp of the Router
-
getExternalGatewayInfo
- Returns:
- the externalGatewayInfo of the Router
-
createBuilder
- Returns:
- the Builder for creating a new Router
-
updateBuilder
- Returns:
- the Builder for updating a Router
-
equals
-
hashCode
public int hashCode() -
toString
-