VMware vCloud Suite SDK for .NET 6.0.0
vmware::vcenter::inventory::NetworkTypes::Info Class Reference

The Network.Info class contains information about a vCenter Server network. More...

List of all members.

Public Member Functions

 Info ()
 Creates a default new instance.
string Get_Type ()
 Type of the vCenter Server network.
void SetType (string type)
 Type of the vCenter Server network.
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 Network.Info class contains information about a vCenter Server network.


Constructor & Destructor Documentation

vmware::vcenter::inventory::NetworkTypes::Info::Info ( ) [inline]

Creates a default new instance.


Member Function Documentation

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

Type of the vCenter Server network.

When clients pass a value of this class as a parameter, the field must be one of Network , DistributedVirtualPortgroup , or OpaqueNetwork . When methods return a value of this class as a result, the field will be one of Network , DistributedVirtualPortgroup , or OpaqueNetwork .

override int vmware::vcenter::inventory::NetworkTypes::Info::GetHashCode ( ) [inline]
void vmware::vcenter::inventory::NetworkTypes::Info::SetType ( string  type) [inline]

Type of the vCenter Server network.

When clients pass a value of this class as a parameter, the field must be one of Network , DistributedVirtualPortgroup , or OpaqueNetwork . When methods return a value of this class as a result, the field will be one of Network , DistributedVirtualPortgroup , or OpaqueNetwork .

override string vmware::vcenter::inventory::NetworkTypes::Info::ToString ( ) [inline]

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