Class GetInstancePoolRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetInstancePoolRequest : IOciRequest
Examples
Click here to see an example of how to use GetInstancePool request.
Properties
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