Show / Hide Table of Contents

Class CreateDesktopPoolRequest

Inheritance
object
CreateDesktopPoolRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DesktopsService.Requests
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class CreateDesktopPoolRequest : IOciRequest
Examples

Click here to see an example of how to use CreateDesktopPool request.

Properties

CreateDesktopPoolDetails

Declaration
[Required(ErrorMessage = "CreateDesktopPoolDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public CreateDesktopPoolDetails CreateDesktopPoolDetails { get; set; }
Property Value
Type Description
CreateDesktopPoolDetails

The details of the desktop pool to create.

Remarks

Required

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

The unique identifier of the request.

OpcRetryToken

Declaration
[HttpConverter(TargetEnum.Header, "opc-retry-token")]
public string OpcRetryToken { get; set; }
Property Value
Type Description
string

A token that uniquely identifies a request.

Implements

IOciRequest
In this article
Back to top