@maxim_mazurok/gapi.client.netapp-v1beta1 0.1.20260106 → 0.1.20260111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +11 -11
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://netapp.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20260106
12
+ // Revision: 20260111
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -149,9 +149,9 @@ declare namespace gapi.client {
149
149
  interface BackupVault {
150
150
  /** Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}` */
151
151
  backupRegion?: string;
152
- /** Optional. Backup retention policy defining the retenton of backups. */
152
+ /** Optional. Backup retention policy defining the retention of backups. */
153
153
  backupRetentionPolicy?: BackupRetentionPolicy;
154
- /** Output only. The crypto key version used to encrypt the backup vault. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version} */
154
+ /** Output only. The crypto key version used to encrypt the backup vault. Format: `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}` */
155
155
  backupsCryptoKeyVersion?: string;
156
156
  /** Optional. Type of backup vault to be created. Default is IN_REGION. */
157
157
  backupVaultType?: string;
@@ -163,7 +163,7 @@ declare namespace gapi.client {
163
163
  destinationBackupVault?: string;
164
164
  /** Output only. Field indicating encryption state of CMEK backups. */
165
165
  encryptionState?: string;
166
- /** Optional. Specifies the KMS config to be used for backup encryption. Format: projects/{project}/locations/{location}/kmsConfigs/{kms_config} */
166
+ /** Optional. Specifies the Key Management System (KMS) configuration to be used for backup encryption. Format: `projects/{project}/locations/{location}/kmsConfigs/{kms_config}` */
167
167
  kmsConfig?: string;
168
168
  /** Resource labels to represent user provided metadata. */
169
169
  labels?: {[P in string]: string};
@@ -181,7 +181,7 @@ declare namespace gapi.client {
181
181
  hostGroups?: string[];
182
182
  /** Output only. Device identifier of the block volume. This represents `lun_serial_number` for iSCSI volumes. */
183
183
  identifier?: string;
184
- /** Optional. User-defined name for the block device, unique within the volume. In case no user input is provided, name will be autogenerated in the backend. The name must meet the following requirements: * Be between 1 and 255 characters long. * Contain only uppercase or lowercase letters (A-Z, a-z), numbers (0-9), and the following special characters: "-", "_", "}", "{", ".". * Spaces are not allowed. */
184
+ /** Optional. User-defined name for the block device, unique within the volume. In case no user input is provided, name will be auto-generated in the backend. The name must meet the following requirements: * Be between 1 and 255 characters long. * Contain only uppercase or lowercase letters (A-Z, a-z), numbers (0-9), and the following special characters: "-", "_", "}", "{", ".". * Spaces are not allowed. */
185
185
  name?: string;
186
186
  /** Required. Immutable. The OS type of the volume. This field can't be changed after the block device is created. */
187
187
  osType?: string;
@@ -227,7 +227,7 @@ declare namespace gapi.client {
227
227
  excludePathList?: string[];
228
228
  /** Optional. List of directory-paths to be pre-populated for the FlexCache volume. */
229
229
  pathList?: string[];
230
- /** Optional. Flag indicating whether the directories listed with the pathList need to be recursively pre-populated. */
230
+ /** Optional. Flag indicating whether the directories listed with the `path_list` need to be recursively pre-populated. */
231
231
  recursion?: boolean;
232
232
  }
233
233
  interface CancelOperationRequest {}
@@ -344,7 +344,7 @@ declare namespace gapi.client {
344
344
  interface KmsConfig {
345
345
  /** Output only. Create time of the KmsConfig. */
346
346
  createTime?: string;
347
- /** Required. Customer managed crypto key resource full name. Format: `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. */
347
+ /** Required. Customer-managed crypto key resource full name. Format: `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}` */
348
348
  cryptoKeyName?: string;
349
349
  /** Description of the KmsConfig. */
350
350
  description?: string;
@@ -352,7 +352,7 @@ declare namespace gapi.client {
352
352
  instructions?: string;
353
353
  /** Labels as key value pairs */
354
354
  labels?: {[P in string]: string};
355
- /** Identifier. Name of the KmsConfig. */
355
+ /** Identifier. Name of the KmsConfig. Format: `projects/{project}/locations/{location}/kmsConfigs/{kms_config}` */
356
356
  name?: string;
357
357
  /** Output only. The Service account which will have access to the customer provided encryption key. */
358
358
  serviceAccount?: string;
@@ -618,7 +618,7 @@ declare namespace gapi.client {
618
618
  accessType?: string;
619
619
  /** Comma separated list of allowed clients IP addresses */
620
620
  allowedClients?: string;
621
- /** Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`. */
621
+ /** Optional. An integer representing the anonymous user ID. Range is 0 to `4294967295`. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`. */
622
622
  anonUid?: string;
623
623
  /** Whether Unix root access will be granted. */
624
624
  hasRootAccess?: string;
@@ -2188,7 +2188,7 @@ declare namespace gapi.client {
2188
2188
  fields?: string;
2189
2189
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2190
2190
  key?: string;
2191
- /** Identifier. Name of the KmsConfig. */
2191
+ /** Identifier. Name of the KmsConfig. Format: `projects/{project}/locations/{location}/kmsConfigs/{kms_config}` */
2192
2192
  name: string;
2193
2193
  /** OAuth 2.0 token for the current user. */
2194
2194
  oauth_token?: string;
@@ -2219,7 +2219,7 @@ declare namespace gapi.client {
2219
2219
  fields?: string;
2220
2220
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2221
2221
  key?: string;
2222
- /** Identifier. Name of the KmsConfig. */
2222
+ /** Identifier. Name of the KmsConfig. Format: `projects/{project}/locations/{location}/kmsConfigs/{kms_config}` */
2223
2223
  name: string;
2224
2224
  /** OAuth 2.0 token for the current user. */
2225
2225
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.netapp-v1beta1",
3
- "version": "0.1.20260106",
3
+ "version": "0.1.20260111",
4
4
  "description": "TypeScript typings for NetApp API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",