DetachComputeHostGroupHostDetails¶
-
class
oci.core.models.
DetachComputeHostGroupHostDetails
(**kwargs)¶ Bases:
object
Specifies the host group id
Methods
__init__
(**kwargs)Initializes a new DetachComputeHostGroupHostDetails object with values from keyword arguments. Attributes
compute_host_group_id
[Required] Gets the compute_host_group_id of this DetachComputeHostGroupHostDetails. -
__init__
(**kwargs)¶ Initializes a new DetachComputeHostGroupHostDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: compute_host_group_id (str) – The value to assign to the compute_host_group_id property of this DetachComputeHostGroupHostDetails.
-