You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update is technically a breaking change because the SetClusterVersionDeferral endpoint now accepts a new request type, ClusterVersionDeferralUpdate.
Changes include:
- new CockroachCloudServicePrincipals field in the Organization model
- new Aws, Azure, Gcp, and CockroachCloudServicePrincipal models
- new organization user roles
- new audit log actions:
- new audit log source
- updated dedicated hardware disk_iops documentation
- SetClusterVersionDeferral now accepts ClusterVersionDeferralUpdate instead of ClusterVersionDeferral
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**UserArn** | Pointer to **string** | | [optional]
8
+
9
+
## Methods
10
+
11
+
### NewAws
12
+
13
+
`func NewAws() *Aws`
14
+
15
+
NewAws instantiates a new Aws object.
16
+
This constructor will assign default values to properties that have it defined,
17
+
and makes sure properties required by API are set, but the set of arguments
18
+
will change when the set of required properties is changed.
19
+
20
+
### GetUserArn
21
+
22
+
`func (o *Aws) GetUserArn() string`
23
+
24
+
GetUserArn returns the UserArn field if non-nil, zero value otherwise.
25
+
26
+
### SetUserArn
27
+
28
+
`func (o *Aws) SetUserArn(v string)`
29
+
30
+
SetUserArn sets UserArn field to given value.
31
+
32
+
33
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**AppRegistrationClientId** | Pointer to **string** | | [optional]
8
+
**AppRegistrationName** | Pointer to **string** | | [optional]
9
+
10
+
## Methods
11
+
12
+
### NewAzure
13
+
14
+
`func NewAzure() *Azure`
15
+
16
+
NewAzure instantiates a new Azure object.
17
+
This constructor will assign default values to properties that have it defined,
18
+
and makes sure properties required by API are set, but the set of arguments
19
+
will change when the set of required properties is changed.
20
+
21
+
### GetAppRegistrationClientId
22
+
23
+
`func (o *Azure) GetAppRegistrationClientId() string`
24
+
25
+
GetAppRegistrationClientId returns the AppRegistrationClientId field if non-nil, zero value otherwise.
26
+
27
+
### SetAppRegistrationClientId
28
+
29
+
`func (o *Azure) SetAppRegistrationClientId(v string)`
30
+
31
+
SetAppRegistrationClientId sets AppRegistrationClientId field to given value.
32
+
33
+
### GetAppRegistrationName
34
+
35
+
`func (o *Azure) GetAppRegistrationName() string`
36
+
37
+
GetAppRegistrationName returns the AppRegistrationName field if non-nil, zero value otherwise.
38
+
39
+
### SetAppRegistrationName
40
+
41
+
`func (o *Azure) SetAppRegistrationName(v string)`
42
+
43
+
SetAppRegistrationName sets AppRegistrationName field to given value.
44
+
45
+
46
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Enabled** | **bool** | Indicates whether backups are enabled. |
8
-
**FrequencyMinutes** | **int32** | How frequently in minutes that backups are taken, which will determine the [RPO](https://www.cockroachlabs.com/docs/stable/disaster-recovery-overview#resilience-strategy) of the cluster. |
8
+
**FrequencyMinutes** | **int32** | How frequently in minutes that backups are taken, which will determine the [RPO](https://www.cockroachlabs.com/docs/stable/disaster-recovery-overview) of the cluster. |
9
9
**RetentionDays** | **int32** | The number of days backups are retained for. |
status:="status_example"// string | Filters the response to only include invoices with the specified status. This will be sent as a query parameter on the GET request. If not specified, both Finalized and Draft invoices will be included. (optional)
109
+
startTime:= time.Now() // time.Time | start_time filters the response to invoices whose billing period started at or after this time (inclusive). Defaults to organization creation time if omitted. (optional)
110
+
endTime:= time.Now() // time.Time | end_time filters the response to invoices whose billing period ended at or before this time (exclusive). Defaults to current time if omitted. (optional)
**status** | **string** | Filters the response to only include invoices with the specified status. This will be sent as a query parameter on the GET request. If not specified, both Finalized and Draft invoices will be included. |
137
+
**startTime** | **time.Time** | start_time filters the response to invoices whose billing period started at or after this time (inclusive). Defaults to organization creation time if omitted. |
138
+
**endTime** | **time.Time** | end_time filters the response to invoices whose billing period ended at or before this time (exclusive). Defaults to current time if omitted. |
Copy file name to clipboardExpand all lines: docs/ClusterVersionDeferralPolicyType.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# ClusterVersionDeferralPolicyType
2
2
3
3
## Enum
4
+
> - NOT_DEFERRED: automatic patch version upgrades are applied immediately after release. - DEFERRAL_60_DAYS: automatic patch version upgrades are applied in a maintenance window at least 60 days after the patch version release date. - FIXED_DEFERRAL: Deprecated: FIXED_DEFERRAL is equivalent to DEFERRAL_60_DAYS. It will be removed in a future version. - DEFERRAL_30_DAYS: automatic patch version upgrades are applied in a maintenance window at least 30 days after the patch version release date. - DEFERRAL_90_DAYS: automatic patch version upgrades are applied in a maintenance window at least 90 days after the patch version release date.
NewClusterVersionDeferralUpdateWithDefaults instantiates a new ClusterVersionDeferralUpdate object.
26
+
This constructor will only assign default values to properties that have it defined,
27
+
but it doesn't guarantee that properties required by API are set.
28
+
29
+
### GetDeferralPolicy
30
+
31
+
`func (o *ClusterVersionDeferralUpdate) GetDeferralPolicy() ClusterVersionDeferralPolicyType`
32
+
33
+
GetDeferralPolicy returns the DeferralPolicy field if non-nil, zero value otherwise.
34
+
35
+
### SetDeferralPolicy
36
+
37
+
`func (o *ClusterVersionDeferralUpdate) SetDeferralPolicy(v ClusterVersionDeferralPolicyType)`
38
+
39
+
SetDeferralPolicy sets DeferralPolicy field to given value.
40
+
41
+
### GetDeferredUntil
42
+
43
+
`func (o *ClusterVersionDeferralUpdate) GetDeferredUntil() time.Time`
44
+
45
+
GetDeferredUntil returns the DeferredUntil field if non-nil, zero value otherwise.
46
+
47
+
### SetDeferredUntil
48
+
49
+
`func (o *ClusterVersionDeferralUpdate) SetDeferredUntil(v time.Time)`
50
+
51
+
SetDeferredUntil sets DeferredUntil field to given value.
52
+
53
+
54
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments