Class TerminationProceedInstancePoolInstanceDetails
An instance to be marked for termination in an instance pool.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class TerminationProceedInstancePoolInstanceDetails
Properties
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the instance. |
Remarks
Required