View Source GoogleApi.Connectors.V1.Model.RegionalSettings (google_api_connectors v0.6.0)
Regional Settings details.
Attributes
-
encryptionConfig
(type:GoogleApi.Connectors.V1.Model.EncryptionConfig.t
, default:nil
) - Optional. Regional encryption config to hold CMEK details. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/regionalSettings -
networkConfig
(type:GoogleApi.Connectors.V1.Model.NetworkConfig.t
, default:nil
) - Optional. Regional network config. -
provisioned
(type:boolean()
, default:nil
) - Output only. Specifies whether the region is provisioned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.RegionalSettings{ encryptionConfig: GoogleApi.Connectors.V1.Model.EncryptionConfig.t() | nil, name: String.t() | nil, networkConfig: GoogleApi.Connectors.V1.Model.NetworkConfig.t() | nil, provisioned: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.