GoogleApi.Connectors.V1.Model.ConnectorVersion (google_api_connectors v0.2.0) View Source
ConnectorVersion indicates a specific version of a connector.
Attributes
-
authConfigTemplates
(type:list(GoogleApi.Connectors.V1.Model.AuthConfigTemplate.t)
, default:nil
) - Output only. List of auth configs supported by the Connector Version. -
configVariableTemplates
(type:list(GoogleApi.Connectors.V1.Model.ConfigVariableTemplate.t)
, default:nil
) - Output only. List of config variables needed to create a connection. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Created time. -
displayName
(type:String.t
, default:nil
) - Output only. Display name. -
egressControlConfig
(type:GoogleApi.Connectors.V1.Model.EgressControlConfig.t
, default:nil
) - Output only. Configuration for Egress Control. -
labels
(type:map()
, default:nil
) - Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources -
launchStage
(type:String.t
, default:nil
) - Output only. Flag to mark the version indicating the launch stage. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the Version. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version} -
releaseVersion
(type:String.t
, default:nil
) - Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha". -
roleGrant
(type:GoogleApi.Connectors.V1.Model.RoleGrant.t
, default:nil
) - Output only. Role grant configuration for this config variable. It will be DEPRECATED soon. -
roleGrants
(type:list(GoogleApi.Connectors.V1.Model.RoleGrant.t)
, default:nil
) - Output only. Role grant configurations for this connector version. -
supportedRuntimeFeatures
(type:GoogleApi.Connectors.V1.Model.SupportedRuntimeFeatures.t
, default:nil
) - Output only. Information about the runtime features supported by the Connector. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Updated time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Connectors.V1.Model.ConnectorVersion{ authConfigTemplates: [GoogleApi.Connectors.V1.Model.AuthConfigTemplate.t()] | nil, configVariableTemplates: [GoogleApi.Connectors.V1.Model.ConfigVariableTemplate.t()] | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, egressControlConfig: GoogleApi.Connectors.V1.Model.EgressControlConfig.t() | nil, labels: map() | nil, launchStage: String.t() | nil, name: String.t() | nil, releaseVersion: String.t() | nil, roleGrant: GoogleApi.Connectors.V1.Model.RoleGrant.t() | nil, roleGrants: [GoogleApi.Connectors.V1.Model.RoleGrant.t()] | nil, supportedRuntimeFeatures: GoogleApi.Connectors.V1.Model.SupportedRuntimeFeatures.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.