Class GetInstancePoolInstanceRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetInstancePoolInstanceRequest : IOciRequestExamples
Click here to see an example of how to use GetInstancePoolInstance request.
Properties
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[HttpConverter(TargetEnum.Path, "instanceId")]
public string InstanceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the instance. | 
Remarks
Required
InstancePoolId
Declaration
[Required(ErrorMessage = "InstancePoolId is required.")]
[HttpConverter(TargetEnum.Path, "instancePoolId")]
public string InstancePoolId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the instance pool. | 
Remarks
Required