Package com.ibm.cloud.is.vpc.v1.model
Class DedicatedHostGroupIdentity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DedicatedHostPrototypeGroup
-
- com.ibm.cloud.is.vpc.v1.model.DedicatedHostGroupIdentity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
DedicatedHostGroupIdentityByCRN
,DedicatedHostGroupIdentityByHref
,DedicatedHostGroupIdentityById
public class DedicatedHostGroupIdentity extends DedicatedHostPrototypeGroup
Identifies a dedicated host group by a unique property. Classes which extend this class: - DedicatedHostGroupIdentityById - DedicatedHostGroupIdentityByCRN - DedicatedHostGroupIdentityByHref
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crn()
Gets the crn.String
href()
Gets the href.String
id()
Gets the id.
-
-
-
Method Detail
-
id
public String id()
Gets the id. The unique identifier for this dedicated host group.- Returns:
- the id
-
crn
public String crn()
Gets the crn. The CRN for this dedicated host group.- Returns:
- the crn
-
href
public String href()
Gets the href. The URL for this dedicated host group.- Returns:
- the href
-
-