Show / Hide Table of Contents

Class CreateDesktopPoolResponse

Inheritance
object
OciResponse
CreateDesktopPoolResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DesktopsService.Responses
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class CreateDesktopPoolResponse : OciResponse, IOciResponse

Properties

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.

Implements

IOciResponse
In this article
Back to top