Share via


ResourcePool Interface

public interface ResourcePool

An immutable client-side representation of ResourcePool.

Method Summary

Modifier and Type Method and Description
abstract String fullName()

Gets the fullName property: Hierarchical resource pool name.

abstract String id()

Gets the id property: resource pool id (privateCloudId:vsphereId).

abstract ResourcePoolInner innerModel()

Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.ResourcePoolInner object.

abstract String location()

Gets the location property: Azure region.

abstract String name()

Gets the name property: {ResourcePoolName}.

abstract String privateCloudId()

Gets the privateCloudId property: The Private Cloud Id.

abstract String type()

Gets the type property: {resourceProviderNamespace}/{resourceType}.

Method Details

fullName

public abstract String fullName()

Gets the fullName property: Hierarchical resource pool name.

Returns:

the fullName value.

id

public abstract String id()

Gets the id property: resource pool id (privateCloudId:vsphereId).

Returns:

the id value.

innerModel

public abstract ResourcePoolInner innerModel()

Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.ResourcePoolInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Azure region.

Returns:

the location value.

name

public abstract String name()

Gets the name property: {ResourcePoolName}.

Returns:

the name value.

privateCloudId

public abstract String privateCloudId()

Gets the privateCloudId property: The Private Cloud Id.

Returns:

the privateCloudId value.

type

public abstract String type()

Gets the type property: {resourceProviderNamespace}/{resourceType}.

Returns:

the type value.

Applies to