GoogleApi.DataFusion.V1.Model.Instance (google_api_data_fusion v0.27.0)
View SourceRepresents a Data Fusion instance.
Attributes
-
enableZoneSeparation
(type:boolean()
, default:nil
) - Output only. Option to enable granular zone separation. -
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
) - Optional. The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the instance was created. -
state
(type:String.t
, default:nil
) - Output only. The current state of this Data Fusion instance. -
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}. -
stateMessage
(type:String.t
, default:nil
) - Output only. Additional information about the current state of this Data Fusion instance if available. -
dataplexDataLineageIntegrationEnabled
(type:boolean()
, default:nil
) - Optional. Option to enable the Dataplex Lineage Integration feature. -
maintenanceEvents
(type:list(GoogleApi.DataFusion.V1.Model.MaintenanceEvent.t)
, default:nil
) - Output only. The maintenance events for this instance. -
loggingConfig
(type:GoogleApi.DataFusion.V1.Model.LoggingConfig.t
, default:nil
) - Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above. -
enableStackdriverLogging
(type:boolean()
, default:nil
) - Optional. Option to enable Dataproc Stackdriver Logging. -
description
(type:String.t
, default:nil
) - Optional. A description of this instance. -
displayName
(type:String.t
, default:nil
) - Optional. Display name for an instance. -
satisfiesPzs
(type:boolean()
, default:nil
) - Output only. Reserved for future use. -
serviceEndpoint
(type:String.t
, default:nil
) - Output only. Endpoint on which the Data Fusion UI is accessible. -
maintenancePolicy
(type:GoogleApi.DataFusion.V1.Model.MaintenancePolicy.t
, default:nil
) - Optional. Configure the maintenance policy for this instance. -
options
(type:map()
, default:nil
) - Optional. Map of additional options used to configure the behavior of Data Fusion instance. -
gcsBucket
(type:String.t
, default:nil
) - Output only. Cloud Storage bucket generated by Data Fusion in the customer project. -
accelerators
(type:list(GoogleApi.DataFusion.V1.Model.Accelerator.t)
, default:nil
) - Output only. List of accelerators enabled for this CDF instance. -
enableRbac
(type:boolean()
, default:nil
) - Optional. Option to enable granular role-based access control. -
workforceIdentityServiceEndpoint
(type:String.t
, default:nil
) - Output only. Endpoint on which the Data Fusion UI is accessible to third-party users -
p4ServiceAccount
(type:String.t
, default:nil
) - Output only. Service agent for the customer project. -
enableStackdriverMonitoring
(type:boolean()
, default:nil
) - Optional. Option to enable Stackdriver Monitoring. -
version
(type:String.t
, default:nil
) - Optional. Current version of the Data Fusion. Only specifiable in Update. -
patchRevision
(type:String.t
, default:nil
) - Optional. Current patch revision of the Data Fusion. -
eventPublishConfig
(type:GoogleApi.DataFusion.V1.Model.EventPublishConfig.t
, default:nil
) - Optional. Option to enable and pass metadata for event publishing. -
zone
(type:String.t
, default:nil
) - Optional. Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field. -
dataprocServiceAccount
(type:String.t
, default:nil
) - Optional. 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. -
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
) - Output only. Available versions that the instance can be upgraded to using UpdateInstanceRequest. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time the instance was last updated. -
type
(type:String.t
, default:nil
) - Required. Instance type. -
privateInstance
(type:boolean()
, default:nil
) - Optional. 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. -
disabledReason
(type:list(String.t)
, default:nil
) - Output only. If the instance state is DISABLED, the reason for disabling the instance. -
networkConfig
(type:GoogleApi.DataFusion.V1.Model.NetworkConfig.t
, default:nil
) - Optional. Network configuration options. These are required when a private Data Fusion instance is to be created. -
tenantProjectId
(type:String.t
, default:nil
) - Output only. The name of the tenant project. -
satisfiesPzi
(type:boolean()
, default:nil
) - Output only. Reserved for future use.
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, loggingConfig: GoogleApi.DataFusion.V1.Model.LoggingConfig.t() | nil, maintenanceEvents: [GoogleApi.DataFusion.V1.Model.MaintenanceEvent.t()] | nil, maintenancePolicy: GoogleApi.DataFusion.V1.Model.MaintenancePolicy.t() | 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, satisfiesPzi: 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 }