ProjectsLocationsKmsConfigsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(KmsConfig request, String parent, {String? kmsConfigId, String? $fields})
→ Future<Operation>
-
Creates a new KMS config.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Warning! This operation will permanently delete the Kms config.
-
encrypt(EncryptVolumesRequest request, String name, {String? $fields})
→ Future<Operation>
-
Encrypt the existing volumes without CMEK encryption with the desired the
KMS config for the whole region.
-
get(String name, {String? $fields})
→ Future<KmsConfig>
-
Returns the description of the specified KMS config by kms_config_id.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListKmsConfigsResponse>
-
Returns descriptions of all KMS configs owned by the caller.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(KmsConfig request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the Kms config properties with the full spec
-
toString()
→ String
-
A string representation of this object.
inherited
-
verify(VerifyKmsConfigRequest request, String name, {String? $fields})
→ Future<VerifyKmsConfigResponse>
-
Verifies KMS config reachability.