Share via


VCenterProperties Class

Definition

Describes the properties of a VCenter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VCenterPropertiesTypeConverter))]
public class VCenterProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVCenterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VCenterPropertiesTypeConverter))>]
type VCenterProperties = class
    interface IVCenterProperties
    interface IJsonSerializable
Public Class VCenterProperties
Implements IVCenterProperties
Inheritance
VCenterProperties
Attributes
Implements

Constructors

VCenterProperties()

Creates an new VCenterProperties instance.

Properties

ConnectionStatus

Gets or sets the connection status to the vCenter.

CredentialsPassword

Gets or sets the password to connect with the vCenter.

CredentialsUsername

Gets or sets username to connect with the vCenter.

CustomResourceName

Gets the name of the corresponding resource in Kubernetes.

Fqdn

Gets or sets the FQDN/IPAddress of the vCenter.

InstanceUuid

Gets or sets the instance UUID of the vCenter.

Port

Gets or sets the port of the vCenter.

ProvisioningState

Gets the provisioning state.

Statuses

The resource status information.

Uuid

Gets or sets a unique identifier for this resource.

Version

Gets or sets the version of the vCenter.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VCenterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VCenterProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVCenterProperties.

FromJsonString(String)

Creates a new instance of VCenterProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VCenterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to