Class AttachComputeHostGroupHostDetails
Specifies the host group id
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AttachComputeHostGroupHostDetails
Properties
ComputeHostGroupId
Declaration
[Required(ErrorMessage = "ComputeHostGroupId is required.")]
[JsonProperty(PropertyName = "computeHostGroupId")]
public string ComputeHostGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | 'The OCID of the compute host group.' |
Remarks
Required