Show / Hide Table of Contents

Class InstanceConfigurationHostGroupPlacementConstraintDetails

The details for providing placement constraints using the compute host group OCID.

Inheritance
object
InstanceConfigurationPlacementConstraintDetails
InstanceConfigurationHostGroupPlacementConstraintDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceConfigurationHostGroupPlacementConstraintDetails : InstanceConfigurationPlacementConstraintDetails

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. This is only available for dedicated capacity customers.

Remarks

Required

In this article
Back to top