|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Network.Type enumerated type defines the type of a vCenter Server network.
More...
Public Types | |
| enum | Values { _UNKNOWN, STANDARD_PORTGROUP, DISTRIBUTED_PORTGROUP, OPAQUE_NETWORK } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static Type[] | GetValues () |
| static Type | ValueOf (string name) |
Static Public Attributes | |
| static readonly Type | STANDARD_PORTGROUP = new Type("STANDARD_PORTGROUP", Values.STANDARD_PORTGROUP) |
| XXX: ESX based (created and managed on ESX) | |
| static readonly Type | DISTRIBUTED_PORTGROUP = new Type("DISTRIBUTED_PORTGROUP", Values.DISTRIBUTED_PORTGROUP) |
| XXX: vCenter based (create and managed through vCenter) | |
| static readonly Type | OPAQUE_NETWORK = new Type("OPAQUE_NETWORK", Values.OPAQUE_NETWORK) |
| A network for whose configuration is managed outside of vSphere. | |
The Network.Type enumerated type defines the type of a vCenter Server network.
The type of a network can be used to determine what features it supports and which APIs can be used to find more information about the network or change its configuration.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::vcenter::NetworkTypes::Type::GetEnumValue | ( | ) | [inline] |
| static Type [] vmware::vcenter::NetworkTypes::Type::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::NetworkTypes::Type::IsUnknown | ( | ) | [inline] |
| static Type vmware::vcenter::NetworkTypes::Type::ValueOf | ( | string | name | ) | [inline, static] |
readonly Type vmware::vcenter::NetworkTypes::Type::DISTRIBUTED_PORTGROUP = new Type("DISTRIBUTED_PORTGROUP", Values.DISTRIBUTED_PORTGROUP) [static] |
XXX: vCenter based (create and managed through vCenter)
readonly Type vmware::vcenter::NetworkTypes::Type::OPAQUE_NETWORK = new Type("OPAQUE_NETWORK", Values.OPAQUE_NETWORK) [static] |
A network for whose configuration is managed outside of vSphere.
The identifer and name of the network is made available through vSphere so that host and virtual machine virtual ethernet devices can connect to them.
readonly Type vmware::vcenter::NetworkTypes::Type::STANDARD_PORTGROUP = new Type("STANDARD_PORTGROUP", Values.STANDARD_PORTGROUP) [static] |
XXX: ESX based (created and managed on ESX)