GoogleCloudConnectorsV1SslConfig class
SSL Configuration of a connection
Constructors
-
GoogleCloudConnectorsV1SslConfig({List<
GoogleCloudConnectorsV1ConfigVariable> ? additionalVariables, String? clientCertType, GoogleCloudConnectorsV1Secret? clientCertificate, GoogleCloudConnectorsV1Secret? clientPrivateKey, GoogleCloudConnectorsV1Secret? clientPrivateKeyPass, GoogleCloudConnectorsV1Secret? privateServerCertificate, String? serverCertType, String? trustModel, String? type, bool? useSsl}) - GoogleCloudConnectorsV1SslConfig.fromJson(Map json_)
Properties
-
additionalVariables
↔ List<
GoogleCloudConnectorsV1ConfigVariable> ? -
Additional SSL related field values
getter/setter pair
- clientCertificate ↔ GoogleCloudConnectorsV1Secret?
-
Client Certificate
getter/setter pair
- clientCertType ↔ String?
-
Type of Client Cert (PEM/JKS/..
getter/setter pair
- clientPrivateKey ↔ GoogleCloudConnectorsV1Secret?
-
Client Private Key
getter/setter pair
- clientPrivateKeyPass ↔ GoogleCloudConnectorsV1Secret?
-
Secret containing the passphrase protecting the Client Private Key
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- privateServerCertificate ↔ GoogleCloudConnectorsV1Secret?
-
Private Server Certificate.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverCertType ↔ String?
-
Type of Server Cert (PEM/JKS/..
getter/setter pair
- trustModel ↔ String?
-
Trust Model of the SSL connection
Possible string values are:
getter/setter pair
- type ↔ String?
-
Controls the ssl type for the given connector version.
Possible string values are:
getter/setter pair
- useSsl ↔ bool?
-
Bool for enabling SSL
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited