AttachComputeHostGroupHostDetails

class oci.core.models.AttachComputeHostGroupHostDetails(**kwargs)

Bases: object

Specifies the host group id

Methods

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

Attributes

compute_host_group_id [Required] Gets the compute_host_group_id of this AttachComputeHostGroupHostDetails.
__init__(**kwargs)

Initializes a new AttachComputeHostGroupHostDetails 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 AttachComputeHostGroupHostDetails.
compute_host_group_id

[Required] Gets the compute_host_group_id of this AttachComputeHostGroupHostDetails. ‘The OCID of the compute host group.’

Returns:The compute_host_group_id of this AttachComputeHostGroupHostDetails.
Return type:str