Class Member.CreateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.Member.CreateBuilder
- Enclosing class:
Member
Create builder (inheriting from Builder).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionProvides the address for this Member's Builder.adminStateUp
(Boolean adminStateUp) Provides the administrative state for this Member's Builder.build()
Provides the pool id for this Member's Builder.protocolPort
(Integer protocolPort) Provides the protocol port for this Member's Builder.protected Member.CreateBuilder
self()
Provides the tenantId for this Member's Builder.Provides the weight for this Member's Builder.
-
Field Details
-
member
-
-
Method Details
-
tenantId
Provides the tenantId for this Member'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:
-
address
Provides the address for this Member's Builder.- Returns:
- the Builder.
- See Also:
-
protocolPort
Provides the protocol port for this Member's Builder.- Returns:
- the Builder.
- See Also:
-
build
- Returns:
- a CreateMember constructed with this Builder.
-
self
-
poolId
Provides the pool id for this Member's Builder.- Returns:
- the Builder.
- See Also:
-
weight
Provides the weight for this Member's Builder.- Returns:
- the Builder.
- See Also:
-
adminStateUp
Provides the administrative state for this Member's Builder.- Returns:
- the Builder.
- See Also:
-