Class GetAutoUpgradableConfigRequest
Implements
Inherited Members
Namespace: Oci.ManagementagentService.Requests
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public class GetAutoUpgradableConfigRequest : IOciRequest
Examples
Click here to see an example of how to use GetAutoUpgradableConfig request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment to which a request will be scoped. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |