Package com.ibm.cloud.is.vpc.v1.model
Class ResourceGroupIdentity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ResourceGroupIdentity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
ResourceGroupIdentityById
public class ResourceGroupIdentity extends com.ibm.cloud.sdk.core.service.model.GenericModel
The resource group to use. If unspecified, the account's [default resource group](https://cloud.ibm.com/apidocs/resource-manager#introduction) will be used. Classes which extend this class: - ResourceGroupIdentityById
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.
-
-
-
Method Detail
-
id
public String id()
Gets the id. The unique identifier for this resource group.- Returns:
- the id
-
-