Class StartDesktopPoolRequest
Implements
Inherited Members
Namespace: Oci.DesktopsService.Requests
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class StartDesktopPoolRequest : IOciRequest
Examples
Click here to see an example of how to use StartDesktopPool request.
Properties
DesktopPoolId
Declaration
[Required(ErrorMessage = "DesktopPoolId is required.")]
[HttpConverter(TargetEnum.Path, "desktopPoolId")]
public string DesktopPoolId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the desktop pool. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. |
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. |