VMware Engine v1 API - Class Vcenter (1.3.0)

public sealed class Vcenter : IMessage<Vcenter>, IEquatable<Vcenter>, IDeepCloneable<Vcenter>, IBufferMessage, IMessage

Reference documentation and code samples for the VMware Engine v1 API class Vcenter.

Details about a vCenter Server management appliance.

Inheritance

object > Vcenter

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

Vcenter()

public Vcenter()

Vcenter(Vcenter)

public Vcenter(Vcenter other)
Parameter
NameDescription
otherVcenter

Properties

Fqdn

public string Fqdn { get; set; }

Fully qualified domain name of the appliance.

Property Value
TypeDescription
string

InternalIp

public string InternalIp { get; set; }

Internal IP address of the appliance.

Property Value
TypeDescription
string

State

public Vcenter.Types.State State { get; set; }

Output only. The state of the appliance.

Property Value
TypeDescription
VcenterTypesState

Version

public string Version { get; set; }

Version of the appliance.

Property Value
TypeDescription
string