Class: Google::Cloud::NetApp::V1::CreateKmsConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/kms.rb

Overview

CreateKmsConfigRequest creates a KMS Config.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_config::Google::Cloud::NetApp::V1::KmsConfig

Returns Required. The required parameters to create a new KmsConfig.

Returns:



83
84
85
86
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 83

class CreateKmsConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kms_config_id::String

Returns Required. Id of the requesting KmsConfig. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Returns:

  • (::String)

    Required. Id of the requesting KmsConfig. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.



83
84
85
86
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 83

class CreateKmsConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Value for parent.

Returns:

  • (::String)

    Required. Value for parent.



83
84
85
86
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 83

class CreateKmsConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end