Class ProjectsResource.LocationsResource.EkmConnectionsResource.VerifyConnectivityRequest
Verifies that Cloud KMS can successfully connect to the external key manager specified by an EkmConnection. If there is an error connecting to the EKM, this method returns a FAILED_PRECONDITION status containing structured information as described at https://cloud.google.com/kms/docs/reference/ekm_errors.
Inheritance
ProjectsResource.LocationsResource.EkmConnectionsResource.VerifyConnectivityRequest
Inherited Members
Namespace: Google.Apis.CloudKMS.v1
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EkmConnectionsResource.VerifyConnectivityRequest : CloudKMSBaseServiceRequest<VerifyConnectivityResponse>, IClientServiceRequest<VerifyConnectivityResponse>, IClientServiceRequest
Constructors
VerifyConnectivityRequest(IClientService, string)
Constructs a new VerifyConnectivity request.
Declaration
public VerifyConnectivityRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the EkmConnection to verify.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes VerifyConnectivity parameter list.
Declaration
protected override void InitParameters()