public sealed class Vcenter : IMessage<Vcenter>, IEquatable<Vcenter>, IDeepCloneable<Vcenter>, IBufferMessage, IMessageReference documentation and code samples for the VMware Engine v1 API class Vcenter.
Details about a vCenter Server management appliance.
Namespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
Vcenter()
public Vcenter()Vcenter(Vcenter)
public Vcenter(Vcenter other)| Parameter | |
|---|---|
| Name | Description |
other |
Vcenter |
Properties
Fqdn
public string Fqdn { get; set; }Fully qualified domain name of the appliance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InternalIp
public string InternalIp { get; set; }Internal IP address of the appliance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public Vcenter.Types.State State { get; set; }Output only. The state of the appliance.
| Property Value | |
|---|---|
| Type | Description |
VcenterTypesState |
|
Version
public string Version { get; set; }Version of the appliance.
| Property Value | |
|---|---|
| Type | Description |
string |
|