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

Represents a Data Fusion instance.

Attributes

  • accelerators (type: list(GoogleApi.DataFusion.V1.Model.Accelerator.t), default: nil) - List of accelerators enabled for this CDF instance.
  • apiEndpoint (type: String.t, default: nil) - Output only. Endpoint on which the REST APIs is accessible.
  • availableVersion (type: list(GoogleApi.DataFusion.V1.Model.Version.t), default: nil) - Available versions that the instance can be upgraded to using UpdateInstanceRequest.
  • createTime (type: DateTime.t, default: nil) - Output only. The time the instance was created.
  • 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.
  • description (type: String.t, default: nil) - A description of this instance.
  • displayName (type: String.t, default: nil) - Display name for an instance.
  • enableStackdriverLogging (type: boolean(), default: nil) - Option to enable Stackdriver Logging.
  • enableStackdriverMonitoring (type: boolean(), default: nil) - Option to enable Stackdriver Monitoring.
  • gcsBucket (type: String.t, default: nil) - Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
  • labels (type: map(), default: nil) - The resource labels for instance to use to annotate any related underlying resources such as GCE VMs. The character '=' is not allowed to be used within the labels.
  • name (type: String.t, default: nil) - Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
  • 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.
  • options (type: map(), default: nil) - Map of additional options used to configure the behavior of Data Fusion instance.
  • p4ServiceAccount (type: String.t, default: nil) - Output only. P4 service account for the customer project.
  • 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.
  • serviceAccount (type: String.t, default: nil) - Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
  • serviceEndpoint (type: String.t, default: nil) - Output only. Endpoint on which the Data Fusion UI is accessible.
  • state (type: String.t, default: nil) - Output only. The current state of this Data Fusion instance.
  • stateMessage (type: String.t, default: nil) - Output only. Additional information about the current state of this Data Fusion instance if available.
  • tenantProjectId (type: String.t, default: nil) - Output only. The name of the tenant project.
  • type (type: String.t, default: nil) - Required. Instance type.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time the instance was last updated.
  • version (type: String.t, default: nil) - Current version of the Data Fusion. Only specifiable in Update.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataFusion.V1.Model.Instance{
  accelerators: [GoogleApi.DataFusion.V1.Model.Accelerator.t()],
  apiEndpoint: String.t(),
  availableVersion: [GoogleApi.DataFusion.V1.Model.Version.t()],
  createTime: DateTime.t(),
  dataprocServiceAccount: String.t(),
  description: String.t(),
  displayName: String.t(),
  enableStackdriverLogging: boolean(),
  enableStackdriverMonitoring: boolean(),
  gcsBucket: String.t(),
  labels: map(),
  name: String.t(),
  networkConfig: GoogleApi.DataFusion.V1.Model.NetworkConfig.t(),
  options: map(),
  p4ServiceAccount: String.t(),
  privateInstance: boolean(),
  serviceAccount: String.t(),
  serviceEndpoint: String.t(),
  state: String.t(),
  stateMessage: String.t(),
  tenantProjectId: String.t(),
  type: String.t(),
  updateTime: DateTime.t(),
  version: String.t(),
  zone: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.