VmwareVCenterProperties

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

Bases: object

VMware vCenter related properties.

Methods

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

Attributes

data_center Gets the data_center of this VmwareVCenterProperties.
vcenter_key Gets the vcenter_key of this VmwareVCenterProperties.
vcenter_version Gets the vcenter_version of this VmwareVCenterProperties.
__init__(**kwargs)

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

Parameters:
  • vcenter_key (str) – The value to assign to the vcenter_key property of this VmwareVCenterProperties.
  • vcenter_version (str) – The value to assign to the vcenter_version property of this VmwareVCenterProperties.
  • data_center (str) – The value to assign to the data_center property of this VmwareVCenterProperties.
data_center

Gets the data_center of this VmwareVCenterProperties. Data center name.

Returns:The data_center of this VmwareVCenterProperties.
Return type:str
vcenter_key

Gets the vcenter_key of this VmwareVCenterProperties. vCenter unique key.

Returns:The vcenter_key of this VmwareVCenterProperties.
Return type:str
vcenter_version

Gets the vcenter_version of this VmwareVCenterProperties. Dot-separated version string.

Returns:The vcenter_version of this VmwareVCenterProperties.
Return type:str