ClusterZone Class

Definition

Zone and associated hosts info

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ClusterZoneTypeConverter))]
public class ClusterZone : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IClusterZone
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ClusterZoneTypeConverter))>]
type ClusterZone = class
    interface IClusterZone
    interface IJsonSerializable
Public Class ClusterZone
Implements IClusterZone
Inheritance
ClusterZone
Attributes
Implements

Constructors

ClusterZone()

Creates an new ClusterZone instance.

Properties

Host

List of hosts belonging to the availability zone in a cluster

Zone

Availability zone identifier

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterZone.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterZone.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IClusterZone.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterZone into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to