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

The Datacenter.Summary class contains commonly used information about a datacenter in vCenter Server. More...

List of all members.

Public Member Functions

 Summary ()
 Creates a default new instance.
string GetDatacenter ()
 Identifier of the datacenter.
void SetDatacenter (string datacenter)
 Identifier of the datacenter.
string GetName ()
 Name of the datacenter.
void SetName (string name)
 Name of the datacenter.
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 Datacenter.Summary class contains commonly used information about a datacenter in vCenter Server.


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

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

Identifier of the datacenter.

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

override int vmware::vcenter::DatacenterTypes::Summary::GetHashCode ( ) [inline]
string vmware::vcenter::DatacenterTypes::Summary::GetName ( ) [inline]

Name of the datacenter.

void vmware::vcenter::DatacenterTypes::Summary::SetDatacenter ( string  datacenter) [inline]

Identifier of the datacenter.

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

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

Name of the datacenter.

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

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