Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::CreateEkmConnectionRequest.
Request message for EkmService.CreateEkmConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ekm_connection
def ekm_connection() -> ::Google::Cloud::Kms::V1::EkmConnection
Returns
- (::Google::Cloud::Kms::V1::EkmConnection) — Required. An EkmConnection with initial field values.
#ekm_connection=
def ekm_connection=(value) -> ::Google::Cloud::Kms::V1::EkmConnection
Parameter
- value (::Google::Cloud::Kms::V1::EkmConnection) — Required. An EkmConnection with initial field values.
Returns
- (::Google::Cloud::Kms::V1::EkmConnection) — Required. An EkmConnection with initial field values.
#ekm_connection_id
def ekm_connection_id() -> ::String
Returns
-
(::String) — Required. It must be unique within a location and match the regular
expression
[a-zA-Z0-9_-]{1,63}
.
#ekm_connection_id=
def ekm_connection_id=(value) -> ::String
Parameter
-
value (::String) — Required. It must be unique within a location and match the regular
expression
[a-zA-Z0-9_-]{1,63}
.
Returns
-
(::String) — Required. It must be unique within a location and match the regular
expression
[a-zA-Z0-9_-]{1,63}
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the location associated with the
EkmConnection, in the format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the location associated with the
EkmConnection, in the format
projects/*/locations/*
.
Returns
-
(::String) — Required. The resource name of the location associated with the
EkmConnection, in the format
projects/*/locations/*
.