GoogleApi.DataFusion.V1beta1.Model.Instance (google_api_data_fusion v0.19.0) View Source
Represents a Data Fusion instance.
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. -
cryptoKeyConfig
(type:GoogleApi.DataFusion.V1beta1.Model.CryptoKeyConfig.t
, default:nil
) - The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature. -
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. -
enableRbac
(type:boolean()
, default:nil
) - Option to enable granular role-based access control. -
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. -
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 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.
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()] | nil, apiEndpoint: String.t() | nil, availableVersion: [GoogleApi.DataFusion.V1beta1.Model.Version.t()] | nil, createTime: DateTime.t() | nil, cryptoKeyConfig: GoogleApi.DataFusion.V1beta1.Model.CryptoKeyConfig.t() | nil, dataprocServiceAccount: String.t() | nil, description: String.t() | nil, displayName: String.t() | nil, enableRbac: boolean() | nil, enableStackdriverLogging: boolean() | nil, enableStackdriverMonitoring: boolean() | nil, gcsBucket: String.t() | nil, labels: map() | nil, name: String.t() | nil, networkConfig: GoogleApi.DataFusion.V1beta1.Model.NetworkConfig.t() | nil, options: map() | nil, p4ServiceAccount: String.t() | nil, privateInstance: 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, zone: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.