AttachDatastoreClusterToEsxiHostDetails¶
-
class
oci.ocvp.models.
AttachDatastoreClusterToEsxiHostDetails
(**kwargs)¶ Bases:
object
Details for the datastore cluster attachment to ESXi hosts.
Methods
__init__
(**kwargs)Initializes a new AttachDatastoreClusterToEsxiHostDetails object with values from keyword arguments. Attributes
esxi_host_id
[Required] Gets the esxi_host_id of this AttachDatastoreClusterToEsxiHostDetails. -
__init__
(**kwargs)¶ Initializes a new AttachDatastoreClusterToEsxiHostDetails 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 AttachDatastoreClusterToEsxiHostDetails.
-