Class TackerVim
- java.lang.Object
-
- org.openstack4j.openstack.tacker.domain.TackerVim
-
- All Implemented Interfaces:
Serializable,Buildable<VimBuilder>,ModelEntity,Vim
public class TackerVim extends Object implements Vim
- Author:
- Vishvesh Deshmukh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTackerVim.TackerVimsstatic classTackerVim.VimConcreteBuilder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description TackerVim()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VimBuilderbuilder()AuthCredentialsgetAuthCredentials()StringgetAuthUrl()StringgetDescription()StringgetId()StringgetName()VimPlacementAttributegetPlacementAttribute()TackerVimStatusgetStatus()StringgetTenantId()StringgetType()VimProjectgetVimProject()BooleanisDefault()VimBuildertoBuilder()Wrap this TackerVim to a builderStringtoString()
-
-
-
Method Detail
-
builder
public static VimBuilder builder()
- Returns:
- VimBuilder
-
toBuilder
public VimBuilder toBuilder()
Wrap this TackerVim to a builder- Specified by:
toBuilderin interfaceBuildable<VimBuilder>- Returns:
- VimBuilder
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceVim- Returns:
- the tenantId
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceVim- Returns:
- the description
-
getStatus
public TackerVimStatus getStatus()
-
isDefault
public Boolean isDefault()
-
getAuthCredentials
public AuthCredentials getAuthCredentials()
- Specified by:
getAuthCredentialsin interfaceVim- Returns:
- the authCredentials
-
getAuthUrl
public String getAuthUrl()
- Specified by:
getAuthUrlin interfaceVim- Returns:
- the authUrl
-
getPlacementAttribute
public VimPlacementAttribute getPlacementAttribute()
- Specified by:
getPlacementAttributein interfaceVim- Returns:
- the placementAttribute
-
getVimProject
public VimProject getVimProject()
- Specified by:
getVimProjectin interfaceVim- Returns:
- the vimProject
-
-