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 ClassesModifier and TypeClassDescriptionstatic interface
The dedicated host profile family for hosts in this group.static interface
The resource type. -
Method Summary
Modifier and TypeMethodDescriptionGets the createdAt.getCrn()
Gets the crn.Gets the dedicatedHosts.Gets the family.getHref()
Gets the href.getId()
Gets the id.getName()
Gets the name.Gets the resourceGroup.Gets the resourceType.Gets the supportedInstanceProfiles.Gets the xClass.getZone()
Gets the zone.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getXClass
Gets the xClass. The dedicated host profile class for hosts in this group.- Returns:
- the xClass
-
getCreatedAt
Gets the createdAt. The date and time that the dedicated host group was created.- Returns:
- the createdAt
-
getCrn
-
getDedicatedHosts
Gets the dedicatedHosts. The dedicated hosts that are in this dedicated host group.- Returns:
- the dedicatedHosts
-
getFamily
Gets the family. The dedicated host profile family for hosts in this group.- Returns:
- the family
-
getHref
-
getId
Gets the id. The unique identifier for this dedicated host group.- Returns:
- the id
-
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
Gets the resourceGroup. The resource group for this dedicated host group.- Returns:
- the resourceGroup
-
getResourceType
-
getSupportedInstanceProfiles
Gets the supportedInstanceProfiles. The instance profiles usable by instances placed on this dedicated host group.- Returns:
- the supportedInstanceProfiles
-
getZone
Gets the zone. The zone this dedicated host group resides in.- Returns:
- the zone
-