Class Router.CreateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.Router.CreateBuilder
- Enclosing class:
Router
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadminStateUp
(Boolean adminStateUp) Provide the adminStateUp to the Router's Builder.build()
externalGatewayInfo
(ExternalGatewayInfo externalGatewayInfo) Provide the externalGatewayInfo to the Router's Builder.Provide the name to the Router's Builder.protected Router.CreateBuilder
self()
Provide the tenantId to the Router's Builder.
-
Field Details
-
router
-
-
Method Details
-
build
- Returns:
- a CreateRouter constructed with this Builder.
-
self
-
name
Provide the name to the Router's Builder.- Returns:
- the Builder.
- See Also:
-
tenantId
Provide the tenantId to the Router's Builder.- Returns:
- the Builder.
- See Also:
-
adminStateUp
Provide the adminStateUp to the Router's Builder.- Returns:
- the Builder.
- See Also:
-
externalGatewayInfo
Provide the externalGatewayInfo to the Router's Builder.- Returns:
- the Builder.
- See Also:
-