Package com.ibm.cloud.is.vpc.v1.model
Class InstanceTemplateIdentity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceTemplateIdentity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
InstanceTemplateIdentityByCRN
,InstanceTemplateIdentityByHref
,InstanceTemplateIdentityById
public class InstanceTemplateIdentity extends com.ibm.cloud.sdk.core.service.model.GenericModel
Identifies an instance template by a unique property. Classes which extend this class: - InstanceTemplateIdentityById - InstanceTemplateIdentityByHref - InstanceTemplateIdentityByCRN
-
-
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 instance template.- Returns:
- the id
-
href
public String href()
Gets the href. The URL for this instance template.- Returns:
- the href
-
crn
public String crn()
Gets the crn. The CRN for this instance template.- Returns:
- the crn
-
-