VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::ResourcePoolTypes::Summary Class Reference

The ResourcePool.Summary class contains commonly used information about a resource pool in vCenter Server. More...

List of all members.

Public Member Functions

 Summary ()
 Creates a default new instance.
string GetResourcePool ()
 Identifier of the resource pool.
void SetResourcePool (string resourcePool)
 Identifier of the resource pool.
string GetName ()
 Name of the resource pool.
void SetName (string name)
 Name of the resource pool.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The ResourcePool.Summary class contains commonly used information about a resource pool in vCenter Server.


Constructor & Destructor Documentation

vmware::vcenter::ResourcePoolTypes::Summary::Summary ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::ResourcePoolTypes::Summary::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::ResourcePoolTypes::Summary::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::ResourcePoolTypes::Summary::_GetType ( ) [inline]
bool vmware::vcenter::ResourcePoolTypes::Summary::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::ResourcePoolTypes::Summary::_Validate ( ) [inline]
override bool vmware::vcenter::ResourcePoolTypes::Summary::Equals ( object  obj) [inline]
override int vmware::vcenter::ResourcePoolTypes::Summary::GetHashCode ( ) [inline]
string vmware::vcenter::ResourcePoolTypes::Summary::GetName ( ) [inline]

Name of the resource pool.

string vmware::vcenter::ResourcePoolTypes::Summary::GetResourcePool ( ) [inline]

Identifier of the resource pool.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: ResourcePool . When methods return a value of this class as a result, the field will be an identifier for the resource type: ResourcePool .

void vmware::vcenter::ResourcePoolTypes::Summary::SetName ( string  name) [inline]

Name of the resource pool.

void vmware::vcenter::ResourcePoolTypes::Summary::SetResourcePool ( string  resourcePool) [inline]

Identifier of the resource pool.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: ResourcePool . When methods return a value of this class as a result, the field will be an identifier for the resource type: ResourcePool .

override string vmware::vcenter::ResourcePoolTypes::Summary::ToString ( ) [inline]

The documentation for this class was generated from the following file: