Package com.ibm.cloud.is.vpc.v1.model
Class VPCRemote
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPCRemote
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPCRemote extends com.ibm.cloud.sdk.core.service.model.GenericModel
If present, this property indicates that the resource associated with this reference is remote and therefore may not be directly retrievable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountReference
getAccount()
Gets the account.RegionReference
getRegion()
Gets the region.
-
-
-
Method Detail
-
getAccount
public AccountReference getAccount()
Gets the account. If present, this property indicates that the referenced resource is remote to this account, and identifies the owning account.- Returns:
- the account
-
getRegion
public RegionReference getRegion()
Gets the region. If present, this property indicates that the referenced resource is remote to this region, and identifies the native region.- Returns:
- the region
-
-