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

The ResourcePool.FilterSpec class contains fields used to filter the results when listing resource pools (see ResourcePool.List ). More...

List of all members.

Public Member Functions

 FilterSpec ()
 Creates a default new instance.
global::System.Collections.Generic.HashSet
< string > 
GetResourcePools ()
 Identifiers of resource pools that can match the filter.
void SetResourcePools (global::System.Collections.Generic.HashSet< string > resourcePools)
 Identifiers of resource pools that can match the filter.
global::System.Collections.Generic.HashSet
< string > 
GetNames ()
 Names that resource pools must have to match the filter (see ResourcePool.Info.name ).
void SetNames (global::System.Collections.Generic.HashSet< string > names)
 Names that resource pools must have to match the filter (see ResourcePool.Info.name ).
global::System.Collections.Generic.HashSet
< string > 
GetParentResourcePools ()
 Resource pools that must contain the resource pool for the resource pool to match the filter.
void SetParentResourcePools (global::System.Collections.Generic.HashSet< string > parentResourcePools)
 Resource pools that must contain the resource pool for the resource pool to match the filter.
global::System.Collections.Generic.HashSet
< string > 
GetDatacenters ()
 Datacenters that must contain the resource pool for the resource pool to match the filter.
void SetDatacenters (global::System.Collections.Generic.HashSet< string > datacenters)
 Datacenters that must contain the resource pool for the resource pool to match the filter.
global::System.Collections.Generic.HashSet
< string > 
GetHosts ()
 Hosts that must contain the resource pool for the resource pool to match the filter.
void SetHosts (global::System.Collections.Generic.HashSet< string > hosts)
 Hosts that must contain the resource pool for the resource pool to match the filter.
global::System.Collections.Generic.HashSet
< string > 
GetClusters ()
 Clusters that must contain the resource pool for the resource pool to match the filter.
void SetClusters (global::System.Collections.Generic.HashSet< string > clusters)
 Clusters that must contain the resource pool for the resource pool to match the filter.
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.FilterSpec class contains fields used to filter the results when listing resource pools (see ResourcePool.List ).

If multiple fields are specified, only resource pools matching all of the fields match the filter.


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::ResourcePoolTypes::FilterSpec::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::ResourcePoolTypes::FilterSpec::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::ResourcePoolTypes::FilterSpec::_GetType ( ) [inline]
bool vmware::vcenter::ResourcePoolTypes::FilterSpec::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::ResourcePoolTypes::FilterSpec::_Validate ( ) [inline]
override bool vmware::vcenter::ResourcePoolTypes::FilterSpec::Equals ( object  obj) [inline]
global::System.Collections.Generic.HashSet<string> vmware::vcenter::ResourcePoolTypes::FilterSpec::GetClusters ( ) [inline]

Clusters that must contain the resource pool for the resource pool to match the filter.

When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource . When methods return a value of this class as a result, the field will contain identifiers for the resource type: ClusterComputeResource .

global::System.Collections.Generic.HashSet<string> vmware::vcenter::ResourcePoolTypes::FilterSpec::GetDatacenters ( ) [inline]

Datacenters that must contain the resource pool for the resource pool to match the filter.

When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: Datacenter . When methods return a value of this class as a result, the field will contain identifiers for the resource type: Datacenter .

override int vmware::vcenter::ResourcePoolTypes::FilterSpec::GetHashCode ( ) [inline]
global::System.Collections.Generic.HashSet<string> vmware::vcenter::ResourcePoolTypes::FilterSpec::GetHosts ( ) [inline]

Hosts that must contain the resource pool for the resource pool to match the filter.

When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: HostSystem . When methods return a value of this class as a result, the field will contain identifiers for the resource type: HostSystem .

global::System.Collections.Generic.HashSet<string> vmware::vcenter::ResourcePoolTypes::FilterSpec::GetNames ( ) [inline]

Names that resource pools must have to match the filter (see ResourcePool.Info.name ).

global::System.Collections.Generic.HashSet<string> vmware::vcenter::ResourcePoolTypes::FilterSpec::GetParentResourcePools ( ) [inline]

Resource pools that must contain the resource pool for the resource pool to match the filter.

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

global::System.Collections.Generic.HashSet<string> vmware::vcenter::ResourcePoolTypes::FilterSpec::GetResourcePools ( ) [inline]

Identifiers of resource pools that can match the filter.

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

void vmware::vcenter::ResourcePoolTypes::FilterSpec::SetClusters ( global::System.Collections.Generic.HashSet< string >  clusters) [inline]

Clusters that must contain the resource pool for the resource pool to match the filter.

When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource . When methods return a value of this class as a result, the field will contain identifiers for the resource type: ClusterComputeResource .

void vmware::vcenter::ResourcePoolTypes::FilterSpec::SetDatacenters ( global::System.Collections.Generic.HashSet< string >  datacenters) [inline]

Datacenters that must contain the resource pool for the resource pool to match the filter.

When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: Datacenter . When methods return a value of this class as a result, the field will contain identifiers for the resource type: Datacenter .

void vmware::vcenter::ResourcePoolTypes::FilterSpec::SetHosts ( global::System.Collections.Generic.HashSet< string >  hosts) [inline]

Hosts that must contain the resource pool for the resource pool to match the filter.

When clients pass a value of this class as a parameter, the field must contain identifiers for the resource type: HostSystem . When methods return a value of this class as a result, the field will contain identifiers for the resource type: HostSystem .

void vmware::vcenter::ResourcePoolTypes::FilterSpec::SetNames ( global::System.Collections.Generic.HashSet< string >  names) [inline]

Names that resource pools must have to match the filter (see ResourcePool.Info.name ).

void vmware::vcenter::ResourcePoolTypes::FilterSpec::SetParentResourcePools ( global::System.Collections.Generic.HashSet< string >  parentResourcePools) [inline]

Resource pools that must contain the resource pool for the resource pool to match the filter.

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

void vmware::vcenter::ResourcePoolTypes::FilterSpec::SetResourcePools ( global::System.Collections.Generic.HashSet< string >  resourcePools) [inline]

Identifiers of resource pools that can match the filter.

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

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

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