Show / Hide Table of Contents

Class VmwareVmProperties

VMware virtual machine related properties.

Inheritance
object
VmwareVmProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class VmwareVmProperties

Properties

Cluster

Declaration
[JsonProperty(PropertyName = "cluster")]
public string Cluster { get; set; }
Property Value
Type Description
string

Cluster name.

CustomerFields

Declaration
[JsonProperty(PropertyName = "customerFields")]
public List<string> CustomerFields { get; set; }
Property Value
Type Description
List<string>

Customer fields.

CustomerTags

Declaration
[JsonProperty(PropertyName = "customerTags")]
public List<CustomerTag> CustomerTags { get; set; }
Property Value
Type Description
List<CustomerTag>

Customer defined tags.

FaultToleranceBandwidth

Declaration
[JsonProperty(PropertyName = "faultToleranceBandwidth")]
public int? FaultToleranceBandwidth { get; set; }
Property Value
Type Description
int?

Fault tolerance bandwidth.

FaultToleranceSecondaryLatency

Declaration
[JsonProperty(PropertyName = "faultToleranceSecondaryLatency")]
public int? FaultToleranceSecondaryLatency { get; set; }
Property Value
Type Description
int?

Fault tolerance to secondary latency.

FaultToleranceState

Declaration
[JsonProperty(PropertyName = "faultToleranceState")]
public string FaultToleranceState { get; set; }
Property Value
Type Description
string

Fault tolerance state.

InstanceUuid

Declaration
[JsonProperty(PropertyName = "instanceUuid")]
public string InstanceUuid { get; set; }
Property Value
Type Description
string

vCenter-specific identifier of the virtual machine.

IsDisksCbtEnabled

Declaration
[JsonProperty(PropertyName = "isDisksCbtEnabled")]
public bool? IsDisksCbtEnabled { get; set; }
Property Value
Type Description
bool?

Indicates that change tracking is supported for virtual disks of this virtual machine. However, even if change tracking is supported, it might not be available for all disks of the virtual machine.

IsDisksUuidEnabled

Declaration
[JsonProperty(PropertyName = "isDisksUuidEnabled")]
public bool? IsDisksUuidEnabled { get; set; }
Property Value
Type Description
bool?

Whether changed block tracking for this VM's disk is active.

Path

Declaration
[JsonProperty(PropertyName = "path")]
public string Path { get; set; }
Property Value
Type Description
string

Path directory of the asset.

VmwareToolsStatus

Declaration
[JsonProperty(PropertyName = "vmwareToolsStatus")]
public string VmwareToolsStatus { get; set; }
Property Value
Type Description
string

VMware tools status.

In this article
Back to top