Class EkmConnection (0.1.0)

EkmConnection(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details about the EKM connection

Attributes

NameDescription
connection_name str
Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection}
connection_state google.cloud.cloudcontrolspartner_v1.types.EkmConnection.ConnectionState
Output only. The connection state
connection_error google.cloud.cloudcontrolspartner_v1.types.EkmConnection.ConnectionError
The connection error that occurred if any

Classes

ConnectionError

ConnectionError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information around the error that occurred if the connection state is anything other than available or unspecified

ConnectionState

ConnectionState(value)

The EKM connection state.

Values: CONNECTION_STATE_UNSPECIFIED (0): Unspecified EKM connection state AVAILABLE (1): Available EKM connection state NOT_AVAILABLE (2): Not available EKM connection state ERROR (3): Error EKM connection state PERMISSION_DENIED (4): Permission denied EKM connection state