-
Notifications
You must be signed in to change notification settings - Fork 82
/
rover_cluster.go
212 lines (159 loc) · 10.1 KB
/
rover_cluster.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
// Copyright (c) 2016, 2018, 2022, Oracle and/or its affiliates. All rights reserved.
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
// Code generated. DO NOT EDIT.
// RoverCloudService API
//
// A description of the RoverCloudService API.
//
package rover
import (
"fmt"
"github.com/oracle/oci-go-sdk/v65/common"
"strings"
)
// RoverCluster Description of RoverCluster.
type RoverCluster struct {
// The OCID of RoverCluster.
Id *string `mandatory:"true" json:"id"`
// The OCID of the compartment containing the RoverCluster.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
DisplayName *string `mandatory:"true" json:"displayName"`
// Size of the cluster.
ClusterSize *int `mandatory:"true" json:"clusterSize"`
// The current state of the RoverCluster.
LifecycleState LifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
// The time the the RoverCluster was created. An RFC3339 formatted datetime string
TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"`
// A property that can contain details on the lifecycle.
LifecycleStateDetails *string `mandatory:"false" json:"lifecycleStateDetails"`
CustomerShippingAddress *ShippingAddress `mandatory:"false" json:"customerShippingAddress"`
// The summary of nodes that are part of this cluster.
Nodes []RoverNodeSummary `mandatory:"false" json:"nodes"`
// The type of enclosure rover nodes in this cluster are shipped in.
EnclosureType EnclosureTypeEnum `mandatory:"false" json:"enclosureType,omitempty"`
// Time when customer received the cluster.
TimeCustomerReceived *common.SDKTime `mandatory:"false" json:"timeCustomerReceived"`
// Time when customer returned the cluster.
TimeCustomerReturned *common.SDKTime `mandatory:"false" json:"timeCustomerReturned"`
// Tracking information for device shipping.
DeliveryTrackingInfo *string `mandatory:"false" json:"deliveryTrackingInfo"`
// List of existing workloads that should be provisioned on the nodes.
ClusterWorkloads []RoverWorkload `mandatory:"false" json:"clusterWorkloads"`
// Type of cluster.
ClusterType ClusterTypeEnum `mandatory:"false" json:"clusterType,omitempty"`
// ID provided to customer after successful subscription to Rover Stations.
SubscriptionId *string `mandatory:"false" json:"subscriptionId"`
// Service generated code for the exterior trailer door of the trailer.
ExteriorDoorCode *string `mandatory:"false" json:"exteriorDoorCode"`
// Service generated code to disarm the interior alarm of the trailer.
InteriorAlarmDisarmCode *string `mandatory:"false" json:"interiorAlarmDisarmCode"`
// Root password for the rover cluster.
SuperUserPassword *string `mandatory:"false" json:"superUserPassword"`
// Password to unlock the rover cluster.
UnlockPassphrase *string `mandatory:"false" json:"unlockPassphrase"`
// Name of point of contact for this order if customer is picking up.
PointOfContact *string `mandatory:"false" json:"pointOfContact"`
// Phone number of point of contact for this order if customer is picking up.
PointOfContactPhoneNumber *string `mandatory:"false" json:"pointOfContactPhoneNumber"`
// Preference for device delivery.
ShippingPreference RoverClusterShippingPreferenceEnum `mandatory:"false" json:"shippingPreference,omitempty"`
// Tracking Url for the shipped Rover Cluster.
OracleShippingTrackingUrl *string `mandatory:"false" json:"oracleShippingTrackingUrl"`
// Shipping vendor of choice for orace to customer shipping.
ShippingVendor *string `mandatory:"false" json:"shippingVendor"`
// Expected date when customer wants to pickup the device if they chose customer pickup.
TimePickupExpected *common.SDKTime `mandatory:"false" json:"timePickupExpected"`
// Start time for the window to pickup the device from customer.
TimeReturnWindowStarts *common.SDKTime `mandatory:"false" json:"timeReturnWindowStarts"`
// End time for the window to pickup the device from customer.
TimeReturnWindowEnds *common.SDKTime `mandatory:"false" json:"timeReturnWindowEnds"`
// Uri to download return shipping label.
ReturnShippingLabelUri *string `mandatory:"false" json:"returnShippingLabelUri"`
// The flag indicating that customer requests data to be imported to OCI upon Rover cluster return.
IsImportRequested *bool `mandatory:"false" json:"isImportRequested"`
// An OCID of a compartment where data will be imported to upon Rover cluster return.
ImportCompartmentId *string `mandatory:"false" json:"importCompartmentId"`
// Name of a bucket where files from NFS share will be imported to upon Rover cluster return.
ImportFileBucket *string `mandatory:"false" json:"importFileBucket"`
// Validation code returned by data validation tool. Required for return shipping label generation if data import was requested.
DataValidationCode *string `mandatory:"false" json:"dataValidationCode"`
// The link to pre-authenticated request for a bucket where image workloads are moved.
ImageExportPar *string `mandatory:"false" json:"imageExportPar"`
// Customer provided master key ID to encrypt secret information. If not provided, Rover's master key will be used for encryption.
MasterKeyId *string `mandatory:"false" json:"masterKeyId"`
// The tags associated with tagSlug.
Tags *string `mandatory:"false" json:"tags"`
// 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 (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
// Example: `{"Department": "Finance"}`
FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
// The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
// For more information, see Resource Tags (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
// Example: `{"Operations": {"CostCenter": "42"}}`
DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
// 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 (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
// Example: `{orcl-cloud: {free-tier-retain: true}}`
SystemTags map[string]map[string]interface{} `mandatory:"false" json:"systemTags"`
}
func (m RoverCluster) String() string {
return common.PointerString(m)
}
// ValidateEnumValue returns an error when providing an unsupported enum value
// This function is being called during constructing API request process
// Not recommended for calling this function directly
func (m RoverCluster) ValidateEnumValue() (bool, error) {
errMessage := []string{}
if _, ok := GetMappingLifecycleStateEnum(string(m.LifecycleState)); !ok && m.LifecycleState != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for LifecycleState: %s. Supported values are: %s.", m.LifecycleState, strings.Join(GetLifecycleStateEnumStringValues(), ",")))
}
if _, ok := GetMappingEnclosureTypeEnum(string(m.EnclosureType)); !ok && m.EnclosureType != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for EnclosureType: %s. Supported values are: %s.", m.EnclosureType, strings.Join(GetEnclosureTypeEnumStringValues(), ",")))
}
if _, ok := GetMappingClusterTypeEnum(string(m.ClusterType)); !ok && m.ClusterType != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for ClusterType: %s. Supported values are: %s.", m.ClusterType, strings.Join(GetClusterTypeEnumStringValues(), ",")))
}
if _, ok := GetMappingRoverClusterShippingPreferenceEnum(string(m.ShippingPreference)); !ok && m.ShippingPreference != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for ShippingPreference: %s. Supported values are: %s.", m.ShippingPreference, strings.Join(GetRoverClusterShippingPreferenceEnumStringValues(), ",")))
}
if len(errMessage) > 0 {
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
}
return false, nil
}
// RoverClusterShippingPreferenceEnum Enum with underlying type: string
type RoverClusterShippingPreferenceEnum string
// Set of constants representing the allowable values for RoverClusterShippingPreferenceEnum
const (
RoverClusterShippingPreferenceOracleShipped RoverClusterShippingPreferenceEnum = "ORACLE_SHIPPED"
RoverClusterShippingPreferenceCustomerPickup RoverClusterShippingPreferenceEnum = "CUSTOMER_PICKUP"
)
var mappingRoverClusterShippingPreferenceEnum = map[string]RoverClusterShippingPreferenceEnum{
"ORACLE_SHIPPED": RoverClusterShippingPreferenceOracleShipped,
"CUSTOMER_PICKUP": RoverClusterShippingPreferenceCustomerPickup,
}
var mappingRoverClusterShippingPreferenceEnumLowerCase = map[string]RoverClusterShippingPreferenceEnum{
"oracle_shipped": RoverClusterShippingPreferenceOracleShipped,
"customer_pickup": RoverClusterShippingPreferenceCustomerPickup,
}
// GetRoverClusterShippingPreferenceEnumValues Enumerates the set of values for RoverClusterShippingPreferenceEnum
func GetRoverClusterShippingPreferenceEnumValues() []RoverClusterShippingPreferenceEnum {
values := make([]RoverClusterShippingPreferenceEnum, 0)
for _, v := range mappingRoverClusterShippingPreferenceEnum {
values = append(values, v)
}
return values
}
// GetRoverClusterShippingPreferenceEnumStringValues Enumerates the set of values in String for RoverClusterShippingPreferenceEnum
func GetRoverClusterShippingPreferenceEnumStringValues() []string {
return []string{
"ORACLE_SHIPPED",
"CUSTOMER_PICKUP",
}
}
// GetMappingRoverClusterShippingPreferenceEnum performs case Insensitive comparison on enum value and return the desired enum
func GetMappingRoverClusterShippingPreferenceEnum(val string) (RoverClusterShippingPreferenceEnum, bool) {
enum, ok := mappingRoverClusterShippingPreferenceEnumLowerCase[strings.ToLower(val)]
return enum, ok
}