VmwareVmProperties

class oci.cloud_bridge.models.VmwareVmProperties(**kwargs)

Bases: object

VMware virtual machine related properties.

Methods

__init__(**kwargs) Initializes a new VmwareVmProperties object with values from keyword arguments.

Attributes

cluster Gets the cluster of this VmwareVmProperties.
customer_fields Gets the customer_fields of this VmwareVmProperties.
customer_tags Gets the customer_tags of this VmwareVmProperties.
fault_tolerance_bandwidth Gets the fault_tolerance_bandwidth of this VmwareVmProperties.
fault_tolerance_secondary_latency Gets the fault_tolerance_secondary_latency of this VmwareVmProperties.
fault_tolerance_state Gets the fault_tolerance_state of this VmwareVmProperties.
instance_uuid Gets the instance_uuid of this VmwareVmProperties.
is_disks_cbt_enabled Gets the is_disks_cbt_enabled of this VmwareVmProperties.
is_disks_uuid_enabled Gets the is_disks_uuid_enabled of this VmwareVmProperties.
path Gets the path of this VmwareVmProperties.
vmware_tools_status Gets the vmware_tools_status of this VmwareVmProperties.
__init__(**kwargs)

Initializes a new VmwareVmProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • cluster (str) – The value to assign to the cluster property of this VmwareVmProperties.
  • customer_fields (list[str]) – The value to assign to the customer_fields property of this VmwareVmProperties.
  • customer_tags (list[oci.cloud_bridge.models.CustomerTag]) – The value to assign to the customer_tags property of this VmwareVmProperties.
  • instance_uuid (str) – The value to assign to the instance_uuid property of this VmwareVmProperties.
  • path (str) – The value to assign to the path property of this VmwareVmProperties.
  • vmware_tools_status (str) – The value to assign to the vmware_tools_status property of this VmwareVmProperties.
  • is_disks_uuid_enabled (bool) – The value to assign to the is_disks_uuid_enabled property of this VmwareVmProperties.
  • is_disks_cbt_enabled (bool) – The value to assign to the is_disks_cbt_enabled property of this VmwareVmProperties.
  • fault_tolerance_state (str) – The value to assign to the fault_tolerance_state property of this VmwareVmProperties.
  • fault_tolerance_bandwidth (int) – The value to assign to the fault_tolerance_bandwidth property of this VmwareVmProperties.
  • fault_tolerance_secondary_latency (int) – The value to assign to the fault_tolerance_secondary_latency property of this VmwareVmProperties.
cluster

Gets the cluster of this VmwareVmProperties. Cluster name.

Returns:The cluster of this VmwareVmProperties.
Return type:str
customer_fields

Gets the customer_fields of this VmwareVmProperties. Customer fields.

Returns:The customer_fields of this VmwareVmProperties.
Return type:list[str]
customer_tags

Gets the customer_tags of this VmwareVmProperties. Customer defined tags.

Returns:The customer_tags of this VmwareVmProperties.
Return type:list[oci.cloud_bridge.models.CustomerTag]
fault_tolerance_bandwidth

Gets the fault_tolerance_bandwidth of this VmwareVmProperties. Fault tolerance bandwidth.

Returns:The fault_tolerance_bandwidth of this VmwareVmProperties.
Return type:int
fault_tolerance_secondary_latency

Gets the fault_tolerance_secondary_latency of this VmwareVmProperties. Fault tolerance to secondary latency.

Returns:The fault_tolerance_secondary_latency of this VmwareVmProperties.
Return type:int
fault_tolerance_state

Gets the fault_tolerance_state of this VmwareVmProperties. Fault tolerance state.

Returns:The fault_tolerance_state of this VmwareVmProperties.
Return type:str
instance_uuid

Gets the instance_uuid of this VmwareVmProperties. vCenter-specific identifier of the virtual machine.

Returns:The instance_uuid of this VmwareVmProperties.
Return type:str
is_disks_cbt_enabled

Gets the is_disks_cbt_enabled of this VmwareVmProperties. 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.

Returns:The is_disks_cbt_enabled of this VmwareVmProperties.
Return type:bool
is_disks_uuid_enabled

Gets the is_disks_uuid_enabled of this VmwareVmProperties. Whether changed block tracking for this VM’s disk is active.

Returns:The is_disks_uuid_enabled of this VmwareVmProperties.
Return type:bool
path

Gets the path of this VmwareVmProperties. Path directory of the asset.

Returns:The path of this VmwareVmProperties.
Return type:str
vmware_tools_status

Gets the vmware_tools_status of this VmwareVmProperties. VMware tools status.

Returns:The vmware_tools_status of this VmwareVmProperties.
Return type:str