Class VIP.CreateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.VIP.CreateBuilder
- Enclosing class:
VIP
Create builder (inheriting from Builder).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionProvides the address for this VIP's Builder.adminStateUp
(Boolean adminStateUp) Provides the administrative state for this VIP's Builder.build()
connectionLimit
(Integer connectionLimit) Provides the connection limit for this VIP's Builder.description
(String description) Provides the description for this VIP's Builder.Provides the name for this VIP's Builder.Provides the pool id for this VIP's Builder.Provides the protocol for this VIP's Builder.protocolPort
(Integer protocolPort) Provides the protocol port for this VIP's Builder.protected VIP.CreateBuilder
self()
sessionPersistence
(SessionPersistence sessionPersistence) Provides the session persistence for this VIP's Builder.Provides the subnet id for this VIP's Builder.Provides the tenantId for this VIP's Builder.
-
Field Details
-
vip
-
-
Method Details
-
tenantId
Provides the tenantId for this VIP's Builder. Admin-only. When keystone is enabled, it is not mandatory to specify tenant_id for resources in create requests, as the tenant identifier will be derived from the Authentication token. Please note that the default authorization settings only allow administrative users to create resources on behalf of a different tenant.- Returns:
- the Builder.
- See Also:
-
subnetId
Provides the subnet id for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
address
Provides the address for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
protocol
Provides the protocol for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
protocolPort
Provides the protocol port for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
build
- Returns:
- a CreateVIP constructed with this Builder.
-
self
-
name
Provides the name for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
description
Provides the description for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
poolId
Provides the pool id for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
sessionPersistence
Provides the session persistence for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
connectionLimit
Provides the connection limit for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-
adminStateUp
Provides the administrative state for this VIP's Builder.- Returns:
- the Builder.
- See Also:
-