Class RoverWorkload
Information about a RoverWorkload.
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class RoverWorkload
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment containing the workload. |
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The Unique Oracle ID (OCID) that is immutable on creation. |
Remarks
Required
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the Rover Workload |
ObjectCount
Declaration
[JsonProperty(PropertyName = "objectCount")]
public string ObjectCount { get; set; }
Property Value
Type | Description |
---|---|
string | Number of objects in a workload. |
Prefix
Declaration
[JsonProperty(PropertyName = "prefix")]
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
string | Prefix to filter objects in case it is a bucket. |
RangeEnd
Declaration
[JsonProperty(PropertyName = "rangeEnd")]
public string RangeEnd { get; set; }
Property Value
Type | Description |
---|---|
string | End of the range in a bucket. |
RangeStart
Declaration
[JsonProperty(PropertyName = "rangeStart")]
public string RangeStart { get; set; }
Property Value
Type | Description |
---|---|
string | Start of the range in a bucket. |
Size
Declaration
[JsonProperty(PropertyName = "size")]
public string Size { get; set; }
Property Value
Type | Description |
---|---|
string | Size of the workload. |
WorkRequestId
Declaration
[JsonProperty(PropertyName = "workRequestId")]
public string WorkRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The compute work request id to track progress of custom image exports. |
WorkloadType
Declaration
[Required(ErrorMessage = "WorkloadType is required.")]
[JsonProperty(PropertyName = "workloadType")]
public string WorkloadType { get; set; }
Property Value
Type | Description |
---|---|
string | The type of workload |
Remarks
Required