Class ListInstanceagentAvailablePluginsRequest
Implements
Inherited Members
Namespace: Oci.ComputeinstanceagentService.Requests
Assembly: OCI.DotNetSDK.Computeinstanceagent.dll
Syntax
public class ListInstanceagentAvailablePluginsRequest : IOciRequest
Examples
Click here to see an example of how to use ListInstanceagentAvailablePlugins 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. |
Remarks
Required
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see List Pagination. |
Name
Declaration
[HttpConverter(TargetEnum.Query, "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The plugin name |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
OsName
Declaration
[Required(ErrorMessage = "OsName is required.")]
[HttpConverter(TargetEnum.Query, "osName")]
public string OsName { get; set; }
Property Value
Type | Description |
---|---|
string | The OS for which the plugin is supported. Examples of OperatingSystemQueryParam:OperatingSystemVersionQueryParam are as follows: 'CentOS' '6.10' , 'CentOS Linux' '7', 'CentOS Linux' '8', 'Oracle Linux Server' '6.10', 'Oracle Linux Server' '8.0', 'Red Hat Enterprise Linux Server' '7.8', 'Windows' '10', 'Windows' '2008ServerR2', 'Windows' '2012ServerR2', 'Windows' '7', 'Windows' '8.1' |
Remarks
Required
OsVersion
Declaration
[Required(ErrorMessage = "OsVersion is required.")]
[HttpConverter(TargetEnum.Query, "osVersion")]
public string OsVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The OS version for which the plugin is supported. |
Remarks
Required
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | For list pagination. The value of the |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListInstanceagentAvailablePluginsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListInstanceagentAvailablePluginsRequest.SortByEnum? | The field to sort by. You can provide one sort order ( |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListInstanceagentAvailablePluginsRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
ListInstanceagentAvailablePluginsRequest.SortOrderEnum? | The sort order to use, either ascending ( |