Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::CreateKmsConfigRequest.
CreateKmsConfigRequest creates a KMS Config.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kms_config
def kms_config() -> ::Google::Cloud::NetApp::V1::KmsConfig
Returns
- (::Google::Cloud::NetApp::V1::KmsConfig) — Required. The required parameters to create a new KmsConfig.
#kms_config=
def kms_config=(value) -> ::Google::Cloud::NetApp::V1::KmsConfig
Parameter
- value (::Google::Cloud::NetApp::V1::KmsConfig) — Required. The required parameters to create a new KmsConfig.
Returns
- (::Google::Cloud::NetApp::V1::KmsConfig) — Required. The required parameters to create a new KmsConfig.
#kms_config_id
def kms_config_id() -> ::String
Returns
- (::String) — Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
#kms_config_id=
def kms_config_id=(value) -> ::String
Parameter
- value (::String) — Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
Returns
- (::String) — Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
#parent
def parent() -> ::String
Returns
- (::String) — Required. Value for parent.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Value for parent.
Returns
- (::String) — Required. Value for parent.