Show / Hide Table of Contents

Class CreateRoverClusterDetails

The information required to create a RoverCluster.

Inheritance
object
CreateRoverClusterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class CreateRoverClusterDetails

Properties

ClusterSize

Declaration
[Required(ErrorMessage = "ClusterSize is required.")]
[JsonProperty(PropertyName = "clusterSize")]
public int? ClusterSize { get; set; }
Property Value
Type Description
int?

Number of nodes desired in the cluster, in standalone clusters, between 5 and 15 inclusive. In station clusters, between 15 and 30 inclusive.

Remarks

Required

ClusterType

Declaration
[JsonProperty(PropertyName = "clusterType")]
[JsonConverter(typeof(StringEnumConverter))]
public ClusterType? ClusterType { get; set; }
Property Value
Type Description
ClusterType?

Type of cluster.

ClusterWorkloads

Declaration
[JsonProperty(PropertyName = "clusterWorkloads")]
public List<RoverWorkload> ClusterWorkloads { get; set; }
Property Value
Type Description
List<RoverWorkload>

List of existing workloads that should be provisioned on the nodes.

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 RoverCluster.

Remarks

Required

CustomerShippingAddress

Declaration
[JsonProperty(PropertyName = "customerShippingAddress")]
public ShippingAddress CustomerShippingAddress { get; set; }
Property Value
Type Description
ShippingAddress

DataValidationCode

Declaration
[JsonProperty(PropertyName = "dataValidationCode")]
public string DataValidationCode { get; set; }
Property Value
Type Description
string

Validation code returned by data validation tool. Required for return shipping label generation if data import was requested.

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}}

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

Remarks

Required

EnclosureType

Declaration
[JsonProperty(PropertyName = "enclosureType")]
[JsonConverter(typeof(StringEnumConverter))]
public EnclosureType? EnclosureType { get; set; }
Property Value
Type Description
EnclosureType?

The type of enclosure rover nodes in this cluster are shipped in.

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

ImportCompartmentId

Declaration
[JsonProperty(PropertyName = "importCompartmentId")]
public string ImportCompartmentId { get; set; }
Property Value
Type Description
string

An OCID of a compartment where data will be imported to upon Rover cluster return.

ImportFileBucket

Declaration
[JsonProperty(PropertyName = "importFileBucket")]
public string ImportFileBucket { get; set; }
Property Value
Type Description
string

Name of a bucket where files from NFS share will be imported to upon Rover cluster return.

IsImportRequested

Declaration
[JsonProperty(PropertyName = "isImportRequested")]
public bool? IsImportRequested { get; set; }
Property Value
Type Description
bool?

The flag indicating that customer requests data to be imported to OCI upon Rover cluster return.

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public LifecycleState? LifecycleState { get; set; }
Property Value
Type Description
LifecycleState?

The current state of the RoverCluster.

LifecycleStateDetails

Declaration
[JsonProperty(PropertyName = "lifecycleStateDetails")]
public string LifecycleStateDetails { get; set; }
Property Value
Type Description
string

A property that can contain details on the lifecycle.

MasterKeyId

Declaration
[JsonProperty(PropertyName = "masterKeyId")]
public string MasterKeyId { get; set; }
Property Value
Type Description
string

Customer provided master key ID to encrypt secret information. If not provided, Rover's master key will be used for encryption.

OracleShippingTrackingUrl

Declaration
[JsonProperty(PropertyName = "oracleShippingTrackingUrl")]
public string OracleShippingTrackingUrl { get; set; }
Property Value
Type Description
string

Tracking Url for the shipped Rover Cluster.

PointOfContact

Declaration
[JsonProperty(PropertyName = "pointOfContact")]
public string PointOfContact { get; set; }
Property Value
Type Description
string

Name of point of contact for this order if customer is picking up.

PointOfContactPhoneNumber

Declaration
[JsonProperty(PropertyName = "pointOfContactPhoneNumber")]
public string PointOfContactPhoneNumber { get; set; }
Property Value
Type Description
string

Phone number of point of contact for this order if customer is picking up.

ShippingPreference

Declaration
[JsonProperty(PropertyName = "shippingPreference")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateRoverClusterDetails.ShippingPreferenceEnum? ShippingPreference { get; set; }
Property Value
Type Description
CreateRoverClusterDetails.ShippingPreferenceEnum?

Preference for device delivery.

ShippingVendor

Declaration
[JsonProperty(PropertyName = "shippingVendor")]
public string ShippingVendor { get; set; }
Property Value
Type Description
string

Shipping vendor of choice for orace to customer shipping.

SubscriptionId

Declaration
[JsonProperty(PropertyName = "subscriptionId")]
public string SubscriptionId { get; set; }
Property Value
Type Description
string

ID provided to customer after successful subscription to Rover Stations.

SuperUserPassword

Declaration
[JsonProperty(PropertyName = "superUserPassword")]
public string SuperUserPassword { get; set; }
Property Value
Type Description
string

Root password for the rover cluster.

SystemTags

Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

TimePickupExpected

Declaration
[JsonProperty(PropertyName = "timePickupExpected")]
public DateTime? TimePickupExpected { get; set; }
Property Value
Type Description
DateTime?

Expected date when customer wants to pickup the cluster if they chose customer pickup.

UnlockPassphrase

Declaration
[JsonProperty(PropertyName = "unlockPassphrase")]
public string UnlockPassphrase { get; set; }
Property Value
Type Description
string

Password to unlock the rover cluster.

In this article
Back to top