Class DedicatedHostProfile
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.DedicatedHostProfile
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DedicatedHostProfile
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DedicatedHostProfile.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The product family this dedicated host profile belongs to The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
The status of the dedicated host profile: - `previous`: This dedicated host profile is an older revision, but remains provisionable and usable. -
Method Summary
Modifier and TypeMethodDescriptiongetDisks()
Gets the disks.Gets the family.getHref()
Gets the href.Gets the memory.getName()
Gets the name.Gets the socketCount.Gets the status.Gets the supportedInstanceProfiles.Gets the vcpuArchitecture.Gets the vcpuCount.Gets the vcpuManufacturer.Gets the xClass.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getXClass
Gets the xClass. The product class this dedicated host profile belongs to.- Returns:
- the xClass
-
getDisks
Gets the disks. The disks for a dedicated host with this profile.- Returns:
- the disks
-
getFamily
Gets the family. The product family this dedicated host profile belongs to The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the family
-
getHref
-
getMemory
-
getName
Gets the name. The globally unique name for this dedicated host profile.- Returns:
- the name
-
getSocketCount
-
getStatus
Gets the status. The status of the dedicated host profile: - `previous`: This dedicated host profile is an older revision, but remains provisionable and usable. - `current`: This dedicated host profile is the latest revision. Revisions are indicated by the generation of a dedicated host profile. Refer to the [profile naming conventions](https://cloud.ibm.com/docs/vpc?topic=vpc-dh-profiles&interface=ui#profiles-naming-rule) for information on how generations are defined within a dedicated host profile. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the status
-
getSupportedInstanceProfiles
Gets the supportedInstanceProfiles. The instance profiles usable by instances placed on dedicated hosts with this profile.- Returns:
- the supportedInstanceProfiles
-
getVcpuArchitecture
Gets the vcpuArchitecture.- Returns:
- the vcpuArchitecture
-
getVcpuCount
-
getVcpuManufacturer
Gets the vcpuManufacturer.- Returns:
- the vcpuManufacturer
-