google_api_data_fusion v0.8.0 GoogleApi.DataFusion.V1beta1.Model.Instance View Source

Represents a Data Fusion instance. Next available ID: 23

Attributes

  • accelerators (type: list(GoogleApi.DataFusion.V1beta1.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.V1beta1.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.
  • 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 Compute Engine 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.V1beta1.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.
  • 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. Service account which will be used to access resources in the customer project."
  • 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.
  • 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 Data Fusion.
  • zone (type: String.t, default: nil) - Name of the zone in which the Data Fusion instance will be created.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataFusion.V1beta1.Model.Instance{
  accelerators: [GoogleApi.DataFusion.V1beta1.Model.Accelerator.t()],
  apiEndpoint: String.t(),
  availableVersion: [GoogleApi.DataFusion.V1beta1.Model.Version.t()],
  createTime: DateTime.t(),
  description: String.t(),
  displayName: String.t(),
  enableStackdriverLogging: boolean(),
  enableStackdriverMonitoring: boolean(),
  gcsBucket: String.t(),
  labels: map(),
  name: String.t(),
  networkConfig: GoogleApi.DataFusion.V1beta1.Model.NetworkConfig.t(),
  options: map(),
  privateInstance: boolean(),
  serviceAccount: String.t(),
  serviceEndpoint: String.t(),
  state: String.t(),
  stateMessage: 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.