-
Notifications
You must be signed in to change notification settings - Fork 82
/
sddc.go
341 lines (285 loc) · 19 KB
/
sddc.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
// 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.
// Oracle Cloud VMware Solution API
//
// Use the Oracle Cloud VMware API to create SDDCs and manage ESXi hosts and software.
// For more information, see Oracle Cloud VMware Solution (https://docs.cloud.oracle.com/iaas/Content/VMware/Concepts/ocvsoverview.htm).
//
package ocvp
import (
"fmt"
"github.com/oracle/oci-go-sdk/v65/common"
"strings"
)
// Sddc An Oracle Cloud VMware Solution (https://docs.cloud.oracle.com/iaas/Content/VMware/Concepts/ocvsoverview.htm) software-defined data center (SDDC) contains the resources required for a
// functional VMware environment. Instances in an SDDC
// (see EsxiHost) run in a virtual cloud network (VCN)
// and are preconfigured with VMware and storage. Use the vCenter utility to manage
// and deploy VMware virtual machines (VMs) in the SDDC.
// The SDDC uses a single management subnet for provisioning the SDDC. It also uses a
// set of VLANs for various components of the VMware environment (vSphere, vMotion,
// vSAN, and so on). See the Core Services API for information about VCN subnets and VLANs.
type Sddc struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SDDC.
Id *string `mandatory:"true" json:"id"`
// The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is `multi-AD`.
// Example: `Uocm:PHX-AD-1`, `multi-AD`
ComputeAvailabilityDomain *string `mandatory:"true" json:"computeAvailabilityDomain"`
// A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits,
// whitespaces, dashes and underscores.
// Avoid entering confidential information.
DisplayName *string `mandatory:"true" json:"displayName"`
// In general, this is a specific version of bundled VMware software supported by
// Oracle Cloud VMware Solution (see
// ListSupportedVmwareSoftwareVersions).
// This attribute is not guaranteed to reflect the version of
// software currently installed on the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the version of software that the Oracle
// Cloud VMware Solution will install on any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you upgrade the existing ESXi hosts in the SDDC to use a newer
// version of bundled VMware software supported by the Oracle Cloud VMware Solution, you
// should use UpdateSddc to update the SDDC's
// `vmwareSoftwareVersion` with that new version.
VmwareSoftwareVersion *string `mandatory:"true" json:"vmwareSoftwareVersion"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that
// contains the SDDC.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// The number of ESXi hosts in the SDDC.
EsxiHostsCount *int `mandatory:"true" json:"esxiHostsCount"`
// The FQDN for vCenter.
// Example: `vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com`
VcenterFqdn *string `mandatory:"true" json:"vcenterFqdn"`
// The FQDN for NSX Manager.
// Example: `nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com`
NsxManagerFqdn *string `mandatory:"true" json:"nsxManagerFqdn"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is
// the virtual IP (VIP) for vCenter. For information about `PrivateIp` objects, see the
// Core Services API.
VcenterPrivateIpId *string `mandatory:"true" json:"vcenterPrivateIpId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is
// the virtual IP (VIP) for NSX Manager. For information about `PrivateIp` objects, see the
// Core Services API.
NsxManagerPrivateIpId *string `mandatory:"true" json:"nsxManagerPrivateIpId"`
// One or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for
// the default user on each ESXi host. Use a newline character to separate multiple keys.
// The SSH keys must be in the format required for the `authorized_keys` file.
// This attribute is not guaranteed to reflect the public SSH keys
// currently installed on the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the public SSH keys that Oracle
// Cloud VMware Solution will install on any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you upgrade the existing ESXi hosts in the SDDC to use different
// SSH keys, you should use UpdateSddc to update
// the SDDC's `sshAuthorizedKeys` with the new public keys.
SshAuthorizedKeys *string `mandatory:"true" json:"sshAuthorizedKeys"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the management subnet used
// to provision the SDDC.
ProvisioningSubnetId *string `mandatory:"true" json:"provisioningSubnetId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the vSphere component of the VMware environment.
// This attribute is not guaranteed to reflect the vSphere VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the vSphere VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the vSphere component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `vsphereVlanId` with that new VLAN's OCID.
VsphereVlanId *string `mandatory:"true" json:"vsphereVlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the vMotion component of the VMware environment.
// This attribute is not guaranteed to reflect the vMotion VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the vMotion VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the vMotion component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `vmotionVlanId` with that new VLAN's OCID.
VmotionVlanId *string `mandatory:"true" json:"vmotionVlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the vSAN component of the VMware environment.
// This attribute is not guaranteed to reflect the vSAN VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the vSAN VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the vSAN component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `vsanVlanId` with that new VLAN's OCID.
VsanVlanId *string `mandatory:"true" json:"vsanVlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the NSX VTEP component of the VMware environment.
// This attribute is not guaranteed to reflect the NSX VTEP VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the NSX VTEP VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the NSX VTEP component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `nsxVTepVlanId` with that new VLAN's OCID.
NsxVTepVlanId *string `mandatory:"true" json:"nsxVTepVlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the NSX Edge VTEP component of the VMware environment.
// This attribute is not guaranteed to reflect the NSX Edge VTEP VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the NSX Edge VTEP VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the NSX Edge VTEP component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `nsxEdgeVTepVlanId` with that new VLAN's OCID.
NsxEdgeVTepVlanId *string `mandatory:"true" json:"nsxEdgeVTepVlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the NSX Edge Uplink 1 component of the VMware environment.
// This attribute is not guaranteed to reflect the NSX Edge Uplink 1 VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the NSX Edge Uplink 1 VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the NSX Edge Uplink 1 component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `nsxEdgeUplink1VlanId` with that new VLAN's OCID.
NsxEdgeUplink1VlanId *string `mandatory:"true" json:"nsxEdgeUplink1VlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the NSX Edge Uplink 2 component of the VMware environment.
// This attribute is not guaranteed to reflect the NSX Edge Uplink 2 VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the NSX Edge Uplink 2 VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the NSX Edge Uplink 2 component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `nsxEdgeUplink2VlanId` with that new VLAN's OCID.
NsxEdgeUplink2VlanId *string `mandatory:"true" json:"nsxEdgeUplink2VlanId"`
// The date and time the SDDC was created, in the format defined by
// RFC3339 (https://tools.ietf.org/html/rfc3339).
// Example: `2016-08-25T21:10:29.600Z`
TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
// The initial compute shape of the SDDC's ESXi hosts.
// ListSupportedHostShapes.
InitialHostShapeName *string `mandatory:"true" json:"initialHostShapeName"`
// Free-form tags for this resource. 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/Content/General/Concepts/resourcetags.htm).
// Example: `{"Department": "Finance"}`
FreeformTags map[string]string `mandatory:"true" json:"freeformTags"`
// Defined tags for this resource. Each key is predefined and scoped to a
// namespace. For more information, see Resource Tags (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
// Example: `{"Operations": {"CostCenter": "42"}}`
DefinedTags map[string]map[string]interface{} `mandatory:"true" json:"definedTags"`
// A prefix used in the name of each ESXi host and Compute instance in the SDDC.
// If this isn't set, the SDDC's `displayName` is used as the prefix.
// For example, if the value is `MySDDC`, the ESXi hosts are named `MySDDC-1`,
// `MySDDC-2`, and so on.
InstanceDisplayNamePrefix *string `mandatory:"false" json:"instanceDisplayNamePrefix"`
// The billing option selected during SDDC creation.
// ListSupportedSkus.
InitialSku SkuEnum `mandatory:"false" json:"initialSku,omitempty"`
// The SDDC includes an administrator username and initial password for vCenter. Make sure
// to change this initial vCenter password to a different value.
VcenterInitialPassword *string `mandatory:"false" json:"vcenterInitialPassword"`
// The SDDC includes an administrator username and initial password for NSX Manager. Make sure
// to change this initial NSX Manager password to a different value.
NsxManagerInitialPassword *string `mandatory:"false" json:"nsxManagerInitialPassword"`
// The SDDC includes an administrator username and initial password for vCenter. You can
// change this initial username to a different value in vCenter.
VcenterUsername *string `mandatory:"false" json:"vcenterUsername"`
// The SDDC includes an administrator username and initial password for NSX Manager. You
// can change this initial username to a different value in NSX Manager.
NsxManagerUsername *string `mandatory:"false" json:"nsxManagerUsername"`
// The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application
// workloads.
WorkloadNetworkCidr *string `mandatory:"false" json:"workloadNetworkCidr"`
// The VMware NSX overlay workload segment to host your application. Connect to workload
// portgroup in vCenter to access this overlay segment.
NsxOverlaySegmentName *string `mandatory:"false" json:"nsxOverlaySegmentName"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is
// the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for
// route table rules when setting up connectivity between the SDDC and other networks.
// For information about `PrivateIp` objects, see the Core Services API.
NsxEdgeUplinkIpId *string `mandatory:"false" json:"nsxEdgeUplinkIpId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the vSphere Replication component of the VMware environment.
ReplicationVlanId *string `mandatory:"false" json:"replicationVlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the Provisioning component of the VMware environment.
ProvisioningVlanId *string `mandatory:"false" json:"provisioningVlanId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is
// the virtual IP (VIP) for HCX Manager. For information about `PrivateIp` objects, see the
// Core Services API.
HcxPrivateIpId *string `mandatory:"false" json:"hcxPrivateIpId"`
// The FQDN for HCX Manager.
// Example: `hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com`
HcxFqdn *string `mandatory:"false" json:"hcxFqdn"`
// The SDDC includes an administrator username and initial password for HCX Manager. Make sure
// to change this initial HCX Manager password to a different value.
HcxInitialPassword *string `mandatory:"false" json:"hcxInitialPassword"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC
// for the HCX component of the VMware environment.
// This attribute is not guaranteed to reflect the HCX VLAN
// currently used by the ESXi hosts in the SDDC. The purpose
// of this attribute is to show the HCX VLAN that the Oracle
// Cloud VMware Solution will use for any new ESXi hosts that you *add to this
// SDDC in the future* with CreateEsxiHost.
// Therefore, if you change the existing ESXi hosts in the SDDC to use a different VLAN
// for the HCX component of the VMware environment, you
// should use UpdateSddc to update the SDDC's
// `hcxVlanId` with that new VLAN's OCID.
HcxVlanId *string `mandatory:"false" json:"hcxVlanId"`
// Indicates whether HCX is enabled for this SDDC.
IsHcxEnabled *bool `mandatory:"false" json:"isHcxEnabled"`
// The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution.
// The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys.
// HCX Enterprise provides 10 activation keys.
HcxOnPremKey *string `mandatory:"false" json:"hcxOnPremKey"`
// Indicates whether HCX Enterprise is enabled for this SDDC.
IsHcxEnterpriseEnabled *bool `mandatory:"false" json:"isHcxEnterpriseEnabled"`
// Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
IsHcxPendingDowngrade *bool `mandatory:"false" json:"isHcxPendingDowngrade"`
// The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
HcxOnPremLicenses []HcxLicenseSummary `mandatory:"false" json:"hcxOnPremLicenses"`
// The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339 (https://tools.ietf.org/html/rfc3339).
// Example: `2016-08-25T21:10:29.600Z`
TimeHcxBillingCycleEnd *common.SDKTime `mandatory:"false" json:"timeHcxBillingCycleEnd"`
// The date and time the SDDC's HCX on-premise license status was updated, in the format defined by
// RFC3339 (https://tools.ietf.org/html/rfc3339).
// Example: `2016-08-25T21:10:29.600Z`
TimeHcxLicenseStatusUpdated *common.SDKTime `mandatory:"false" json:"timeHcxLicenseStatusUpdated"`
// The date and time the SDDC was updated, in the format defined by
// RFC3339 (https://tools.ietf.org/html/rfc3339).
TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"`
// The current state of the SDDC.
LifecycleState LifecycleStatesEnum `mandatory:"false" json:"lifecycleState,omitempty"`
// The initial OCPU count of the SDDC's ESXi hosts.
InitialHostOcpuCount *float32 `mandatory:"false" json:"initialHostOcpuCount"`
// Indicates whether shielded instance is enabled at the SDDC level.
IsShieldedInstanceEnabled *bool `mandatory:"false" json:"isShieldedInstanceEnabled"`
}
func (m Sddc) 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 Sddc) ValidateEnumValue() (bool, error) {
errMessage := []string{}
if _, ok := GetMappingSkuEnum(string(m.InitialSku)); !ok && m.InitialSku != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for InitialSku: %s. Supported values are: %s.", m.InitialSku, strings.Join(GetSkuEnumStringValues(), ",")))
}
if _, ok := GetMappingLifecycleStatesEnum(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(GetLifecycleStatesEnumStringValues(), ",")))
}
if len(errMessage) > 0 {
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
}
return false, nil
}