Package com.ibm.cloud.is.vpc.v1.model
Class DedicatedHostGroup
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DedicatedHostGroup
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DedicatedHostGroup extends com.ibm.cloud.sdk.core.service.model.GenericModel
DedicatedHostGroup.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DedicatedHostGroup.Family
The dedicated host profile family for hosts in this group.static interface
DedicatedHostGroup.ResourceType
The resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedAt()
Gets the createdAt.String
getCrn()
Gets the crn.List<DedicatedHostReference>
getDedicatedHosts()
Gets the dedicatedHosts.String
getFamily()
Gets the family.String
getHref()
Gets the href.String
getId()
Gets the id.String
getName()
Gets the name.ResourceGroupReference
getResourceGroup()
Gets the resourceGroup.String
getResourceType()
Gets the resourceType.List<InstanceProfileReference>
getSupportedInstanceProfiles()
Gets the supportedInstanceProfiles.String
getXClass()
Gets the xClass.ZoneReference
getZone()
Gets the zone.
-
-
-
Method Detail
-
getXClass
public String getXClass()
Gets the xClass. The dedicated host profile class for hosts in this group.- Returns:
- the xClass
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that the dedicated host group was created.- Returns:
- the createdAt
-
getCrn
public String getCrn()
Gets the crn. The CRN for this dedicated host group.- Returns:
- the crn
-
getDedicatedHosts
public List<DedicatedHostReference> getDedicatedHosts()
Gets the dedicatedHosts. The dedicated hosts that are in this dedicated host group.- Returns:
- the dedicatedHosts
-
getFamily
public String getFamily()
Gets the family. The dedicated host profile family for hosts in this group.- Returns:
- the family
-
getHref
public String getHref()
Gets the href. The URL for this dedicated host group.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this dedicated host group.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this dedicated host group. The name is unique across all dedicated host groups in the region.- Returns:
- the name
-
getResourceGroup
public ResourceGroupReference getResourceGroup()
Gets the resourceGroup. The resource group for this dedicated host group.- Returns:
- the resourceGroup
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
getSupportedInstanceProfiles
public List<InstanceProfileReference> getSupportedInstanceProfiles()
Gets the supportedInstanceProfiles. The instance profiles usable by instances placed on this dedicated host group.- Returns:
- the supportedInstanceProfiles
-
getZone
public ZoneReference getZone()
Gets the zone. The zone this dedicated host group resides in.- Returns:
- the zone
-
-