Show / Hide Table of Contents

Class ComputeBareMetalHostPlacementConstraintDetails

The details for providing placement constraints using the compute bare metal host OCID. This placement constraint is only applicable during the launch operation.

Inheritance
object
PlacementConstraintDetails
ComputeBareMetalHostPlacementConstraintDetails
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 ComputeBareMetalHostPlacementConstraintDetails : PlacementConstraintDetails

Properties

ComputeBareMetalHostId

Declaration
[Required(ErrorMessage = "ComputeBareMetalHostId is required.")]
[JsonProperty(PropertyName = "computeBareMetalHostId")]
public string ComputeBareMetalHostId { get; set; }
Property Value
Type Description
string

The OCID of the compute bare metal host. This is only available for dedicated capacity customers.

Remarks

Required

In this article
Back to top