Class CreateDesktopPoolResponse
Implements
Inherited Members
Namespace: Oci.DesktopsService.Responses
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class CreateDesktopPoolResponse : OciResponse, IOciResponseProperties
ContentLocation
Declaration
[HttpConverter(TargetEnum.Header, "Content-Location")]
public string ContentLocation { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A URL containing the location of the newly created resource. | 
DesktopPool
Declaration
[HttpConverter(TargetEnum.Body)]
public DesktopPool DesktopPool { get; set; }Property Value
| Type | Description | 
|---|---|
| DesktopPool | The returned DesktopPool instance. | 
Etag
Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | For optimistic concurrency. See if-match. | 
Location
Declaration
[HttpConverter(TargetEnum.Header, "Location")]
public string Location { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A URL containing location of the newly created resource. | 
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The unique identifier of the request. | 
OpcWorkRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-work-request-id")]
public string OpcWorkRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A unique identifier for an asynchronous request. |