DetachDatastoreClusterFromEsxiHostDetails

class oci.ocvp.models.DetachDatastoreClusterFromEsxiHostDetails(**kwargs)

Bases: object

Details for the datastore cluster detachment from ESXi hosts.

Methods

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

Attributes

esxi_host_id [Required] Gets the esxi_host_id of this DetachDatastoreClusterFromEsxiHostDetails.
__init__(**kwargs)

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

Parameters:esxi_host_id (str) – The value to assign to the esxi_host_id property of this DetachDatastoreClusterFromEsxiHostDetails.
esxi_host_id

[Required] Gets the esxi_host_id of this DetachDatastoreClusterFromEsxiHostDetails. The OCID of the ESXi host to detach the datastore cluster from.

Returns:The esxi_host_id of this DetachDatastoreClusterFromEsxiHostDetails.
Return type:str