Class ListInstallationSitesRequest
Implements
Inherited Members
Namespace: Oci.JmsService.Requests
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class ListInstallationSitesRequest : IOciRequestExamples
Click here to see an example of how to use ListInstallationSites request.
Properties
ApplicationId
Declaration
[HttpConverter(TargetEnum.Query, "applicationId")]
public string ApplicationId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Fleet-unique identifier of the related application. | 
FleetId
Declaration
[Required(ErrorMessage = "FleetId is required.")]
[HttpConverter(TargetEnum.Path, "fleetId")]
public string FleetId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Fleet. | 
Remarks
Required
InstallationPath
Declaration
[HttpConverter(TargetEnum.Query, "installationPath")]
public string InstallationPath { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The file system path of the installation. | 
JreDistribution
Declaration
[HttpConverter(TargetEnum.Query, "jreDistribution")]
public string JreDistribution { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The distribution of the related Java Runtime. | 
JreSecurityStatus
Declaration
[HttpConverter(TargetEnum.Query, "jreSecurityStatus")]
public JreSecurityStatus? JreSecurityStatus { get; set; }Property Value
| Type | Description | 
|---|---|
| JreSecurityStatus? | The security status of the Java Runtime. | 
JreVendor
Declaration
[HttpConverter(TargetEnum.Query, "jreVendor")]
public string JreVendor { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The vendor of the related Java Runtime. | 
JreVersion
Declaration
[HttpConverter(TargetEnum.Query, "jreVersion")]
public string JreVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The version of the related Java Runtime. | 
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of items to return. | 
ManagedInstanceId
Declaration
[HttpConverter(TargetEnum.Query, "managedInstanceId")]
public string ManagedInstanceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Fleet-unique identifier of the related managed instance. | 
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. | 
OsFamily
Declaration
[HttpConverter(TargetEnum.Query, "osFamily", CollectionFormatType.Multi)]
public List<OsFamily> OsFamily { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OsFamily> | The operating system type. | 
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call. | 
PathContains
Declaration
[HttpConverter(TargetEnum.Query, "pathContains")]
public string PathContains { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Filter the list with path contains the given value. | 
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public InstallationSiteSortBy? SortBy { get; set; }Property Value
| Type | Description | 
|---|---|
| InstallationSiteSortBy? | The field to sort installation sites. Only one sort order may be provided. Default order for timeLastSeen, and jreVersion, approximateApplicationCount is descending. Default order for managedInstanceId, jreDistribution, jreVendor and osName is ascending. If no value is specified managedInstanceId is default. | 
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrder? SortOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| SortOrder? | The sort order, either 'asc' or 'desc'. | 
TimeEnd
Declaration
[HttpConverter(TargetEnum.Query, "timeEnd")]
public DateTime? TimeEnd { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The end of the time period during which resources are searched (formatted according to RFC3339). | 
TimeStart
Declaration
[HttpConverter(TargetEnum.Query, "timeStart")]
public DateTime? TimeStart { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The start of the time period during which resources are searched (formatted according to RFC3339). |