google-cloud-netapp-v1 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6df0920e9ba6072959ab57ebefb3dde948bc81bb7ef05b775b9928545b68be82
|
4
|
+
data.tar.gz: 6719b1f3b92a54225d99041bfd5ab611ca682cbd961c3dd64ffecd36462a2080
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 685e0d8ab2d7413ec80636ff9a5d4cb6da1238f1f03ea1430d53199a50102e43592be260590021467097f9f81b208b81b3a5d9a03b5c66da17474e07654beb47
|
7
|
+
data.tar.gz: c184366194a668f76e32ebd26d38549b32467ac079601a99b719f0d8e8f1e44d0b4aeb20bf42d210f7f2c62f95f33c8cfccb95d22aefb71b003e1882f6d401f4
|
@@ -159,8 +159,8 @@ module Google
|
|
159
159
|
# Optional. Flag indicating if the pool is NFS LDAP enabled or not.
|
160
160
|
# @!attribute [rw] psa_range
|
161
161
|
# @return [::String]
|
162
|
-
# Optional. This field is
|
163
|
-
#
|
162
|
+
# Optional. This field is not implemented. The values provided in this field
|
163
|
+
# are ignored.
|
164
164
|
# @!attribute [r] encryption_type
|
165
165
|
# @return [::Google::Cloud::NetApp::V1::EncryptionType]
|
166
166
|
# Output only. Specifies the current pool encryption key source.
|
@@ -147,8 +147,8 @@ module Google
|
|
147
147
|
# Required. Share name of the volume
|
148
148
|
# @!attribute [r] psa_range
|
149
149
|
# @return [::String]
|
150
|
-
# Output only. This field is
|
151
|
-
#
|
150
|
+
# Output only. This field is not implemented. The values provided in this
|
151
|
+
# field are ignored.
|
152
152
|
# @!attribute [rw] storage_pool
|
153
153
|
# @return [::String]
|
154
154
|
# Required. StoragePool name of the volume
|
@@ -553,7 +553,7 @@ module Google
|
|
553
553
|
# SecurityStyle uses NTFS
|
554
554
|
NTFS = 1
|
555
555
|
|
556
|
-
# SecurityStyle uses
|
556
|
+
# SecurityStyle uses UNIX
|
557
557
|
UNIX = 2
|
558
558
|
end
|
559
559
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-netapp-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|