View Source GoogleApi.DataFusion.V1.Model.Instance (google_api_data_fusion v0.22.0)

Represents a Data Fusion instance.

Attributes

  • p4ServiceAccount (type: String.t, default: nil) - Output only. P4 service account for the customer project.
  • accelerators (type: list(GoogleApi.DataFusion.V1.Model.Accelerator.t), default: nil) - Output only. List of accelerators enabled for this CDF instance.
  • workforceIdentityServiceEndpoint (type: String.t, default: nil) - Output only. Endpoint on which the Data Fusion UI is accessible to third-party users
  • updateTime (type: DateTime.t, default: nil) - Output only. The time the instance was last updated.
  • displayName (type: String.t, default: nil) - Display name for an instance.
  • createTime (type: DateTime.t, default: nil) - Output only. The time the instance was created.
  • dataplexDataLineageIntegrationEnabled (type: boolean(), default: nil) - Optional. Option to enable the Dataplex Lineage Integration feature.
  • satisfiesPzs (type: boolean(), default: nil) - Output only. Reserved for future use.
  • patchRevision (type: String.t, default: nil) - Optional. Current patch revision of the Data Fusion.
  • zone (type: String.t, default: nil) - Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
  • description (type: String.t, default: nil) - A description of this instance.
  • serviceEndpoint (type: String.t, default: nil) - Output only. Endpoint on which the Data Fusion UI is accessible.
  • gcsBucket (type: String.t, default: nil) - Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
  • networkConfig (type: GoogleApi.DataFusion.V1.Model.NetworkConfig.t, default: nil) - Network configuration options. These are required when a private Data Fusion instance is to be created.
  • disabledReason (type: list(String.t), default: nil) - Output only. If the instance state is DISABLED, the reason for disabling the instance.
  • enableStackdriverMonitoring (type: boolean(), default: nil) - Option to enable Stackdriver Monitoring.
  • name (type: String.t, default: nil) - Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
  • state (type: String.t, default: nil) - Output only. The current state of this Data Fusion instance.
  • tenantProjectId (type: String.t, default: nil) - Output only. The name of the tenant project.
  • enableRbac (type: boolean(), default: nil) - Option to enable granular role-based access control.
  • version (type: String.t, default: nil) - Current version of the Data Fusion. Only specifiable in Update.
  • privateInstance (type: boolean(), default: nil) - Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
  • eventPublishConfig (type: GoogleApi.DataFusion.V1.Model.EventPublishConfig.t, default: nil) - Option to enable and pass metadata for event publishing.
  • enableZoneSeparation (type: boolean(), default: nil) - Option to enable granular zone separation.
  • type (type: String.t, default: nil) - Required. Instance type.
  • serviceAccount (type: String.t, default: nil) - Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
  • cryptoKeyConfig (type: GoogleApi.DataFusion.V1.Model.CryptoKeyConfig.t, default: nil) - The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
  • apiEndpoint (type: String.t, default: nil) - Output only. Endpoint on which the REST APIs is accessible.
  • stateMessage (type: String.t, default: nil) - Output only. Additional information about the current state of this Data Fusion instance if available.
  • options (type: map(), default: nil) - Map of additional options used to configure the behavior of Data Fusion instance.
  • availableVersion (type: list(GoogleApi.DataFusion.V1.Model.Version.t), default: nil) - Output only. Available versions that the instance can be upgraded to using UpdateInstanceRequest.
  • dataprocServiceAccount (type: String.t, default: nil) - User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.
  • enableStackdriverLogging (type: boolean(), default: nil) - Option to enable Stackdriver Logging.
  • labels (type: map(), default: nil) - The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataFusion.V1.Model.Instance{
  accelerators: [GoogleApi.DataFusion.V1.Model.Accelerator.t()] | nil,
  apiEndpoint: String.t() | nil,
  availableVersion: [GoogleApi.DataFusion.V1.Model.Version.t()] | nil,
  createTime: DateTime.t() | nil,
  cryptoKeyConfig: GoogleApi.DataFusion.V1.Model.CryptoKeyConfig.t() | nil,
  dataplexDataLineageIntegrationEnabled: boolean() | nil,
  dataprocServiceAccount: String.t() | nil,
  description: String.t() | nil,
  disabledReason: [String.t()] | nil,
  displayName: String.t() | nil,
  enableRbac: boolean() | nil,
  enableStackdriverLogging: boolean() | nil,
  enableStackdriverMonitoring: boolean() | nil,
  enableZoneSeparation: boolean() | nil,
  eventPublishConfig:
    GoogleApi.DataFusion.V1.Model.EventPublishConfig.t() | nil,
  gcsBucket: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  networkConfig: GoogleApi.DataFusion.V1.Model.NetworkConfig.t() | nil,
  options: map() | nil,
  p4ServiceAccount: String.t() | nil,
  patchRevision: String.t() | nil,
  privateInstance: boolean() | nil,
  satisfiesPzs: boolean() | nil,
  serviceAccount: String.t() | nil,
  serviceEndpoint: String.t() | nil,
  state: String.t() | nil,
  stateMessage: String.t() | nil,
  tenantProjectId: String.t() | nil,
  type: String.t() | nil,
  updateTime: DateTime.t() | nil,
  version: String.t() | nil,
  workforceIdentityServiceEndpoint: String.t() | nil,
  zone: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.