ResourcePoolInner Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. fluent. models. ResourcePoolInner
- com.
Implements
public final class ResourcePoolInner
implements JsonSerializable<ResourcePoolInner>
Resource pool model.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourcePoolInner() |
Creates an instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| String |
fullName()
Get the full |
| String |
id()
Get the id property: resource pool id (private |
| String |
location()
Get the location property: Azure region. |
| String |
name()
Get the name property: {Resource |
| String |
privateCloudId()
Get the private |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: {resource |
| void |
validate()
Validates the instance. |
|
Resource |
withId(String id)
Set the id property: resource pool id (private |
Methods inherited from java.lang.Object
Constructor Details
ResourcePoolInner
public ResourcePoolInner()
Creates an instance of ResourcePoolInner class.
Method Details
fromJson
public static ResourcePoolInner fromJson(JsonReader jsonReader)
Reads an instance of ResourcePoolInner from the JsonReader.
Parameters:
Returns:
Throws:
fullName
public String fullName()
Get the fullName property: Hierarchical resource pool name.
Returns:
id
public String id()
Get the id property: resource pool id (privateCloudId:vsphereId).
Returns:
location
public String location()
Get the location property: Azure region.
Returns:
name
public String name()
Get the name property: {ResourcePoolName}.
Returns:
privateCloudId
public String privateCloudId()
Get the privateCloudId property: The Private Cloud Id.
Returns:
toJson
type
public String type()
Get the type property: {resourceProviderNamespace}/{resourceType}.
Returns:
validate
public void validate()
Validates the instance.
withId
public ResourcePoolInner withId(String id)
Set the id property: resource pool id (privateCloudId:vsphereId).
Parameters:
Returns: