Show / Hide Table of Contents

Class PlacementInstructionDetails

Details that inform cluster placement group provisioning.

Inheritance
object
PlacementInstructionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ClusterplacementgroupsService.Models
Assembly: OCI.DotNetSDK.Clusterplacementgroups.dll
Syntax
public class PlacementInstructionDetails

Properties

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PlacementInstructionDetails.TypeEnum? Type { get; set; }
Property Value
Type Description
PlacementInstructionDetails.TypeEnum?

The type of placement instruction.

Remarks

Required

Value

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

The value of the token designated for placement of the cluster placement group upon creation.

Remarks

Required

In this article
Back to top