GetInstanceResult

data class GetInstanceResult(val accelerators: List<AcceleratorResponse>, val apiEndpoint: String, val availableVersion: List<VersionResponse>, val createTime: String, val cryptoKeyConfig: CryptoKeyConfigResponse, val dataprocServiceAccount: String, val description: String, val disabledReason: List<String>, val displayName: String, val enableRbac: Boolean, val enableStackdriverLogging: Boolean, val enableStackdriverMonitoring: Boolean, val enableZoneSeparation: Boolean, val eventPublishConfig: EventPublishConfigResponse, val gcsBucket: String, val labels: Map<String, String>, val name: String, val networkConfig: NetworkConfigResponse, val options: Map<String, String>, val p4ServiceAccount: String, val privateInstance: Boolean, val satisfiesPzs: Boolean, val serviceAccount: String, val serviceEndpoint: String, val state: String, val stateMessage: String, val tenantProjectId: String, val type: String, val updateTime: String, val version: String, val zone: String)

Constructors

Link copied to clipboard
fun GetInstanceResult(accelerators: List<AcceleratorResponse>, apiEndpoint: String, availableVersion: List<VersionResponse>, createTime: String, cryptoKeyConfig: CryptoKeyConfigResponse, dataprocServiceAccount: String, description: String, disabledReason: List<String>, displayName: String, enableRbac: Boolean, enableStackdriverLogging: Boolean, enableStackdriverMonitoring: Boolean, enableZoneSeparation: Boolean, eventPublishConfig: EventPublishConfigResponse, gcsBucket: String, labels: Map<String, String>, name: String, networkConfig: NetworkConfigResponse, options: Map<String, String>, p4ServiceAccount: String, privateInstance: Boolean, satisfiesPzs: Boolean, serviceAccount: String, serviceEndpoint: String, state: String, stateMessage: String, tenantProjectId: String, type: String, updateTime: String, version: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of accelerators enabled for this CDF instance.

Link copied to clipboard

Endpoint on which the REST APIs is accessible.

Link copied to clipboard

Available versions that the instance can be upgraded to using UpdateInstanceRequest.

Link copied to clipboard

The time the instance was created.

Link copied to clipboard

The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.

Link copied to clipboard

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.

Link copied to clipboard

A description of this instance.

Link copied to clipboard

If the instance state is DISABLED, the reason for disabling the instance.

Link copied to clipboard

Display name for an instance.

Link copied to clipboard

Option to enable granular role-based access control.

Link copied to clipboard

Option to enable Stackdriver Logging.

Link copied to clipboard

Option to enable Stackdriver Monitoring.

Link copied to clipboard

Option to enable granular zone separation.

Link copied to clipboard

Option to enable and pass metadata for event publishing.

Link copied to clipboard

Cloud Storage bucket generated by Data Fusion in the customer project.

Link copied to clipboard

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.

Link copied to clipboard

The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.

Link copied to clipboard

Network configuration options. These are required when a private Data Fusion instance is to be created.

Link copied to clipboard

Map of additional options used to configure the behavior of Data Fusion instance.

Link copied to clipboard

P4 service account for the customer project.

Link copied to clipboard

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.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Deprecated. Use tenant_project_id instead to extract the tenant project ID.

Link copied to clipboard

Endpoint on which the Data Fusion UI is accessible.

Link copied to clipboard

The current state of this Data Fusion instance.

Link copied to clipboard

Additional information about the current state of this Data Fusion instance if available.

Link copied to clipboard

The name of the tenant project.

Link copied to clipboard

Instance type.

Link copied to clipboard

The time the instance was last updated.

Link copied to clipboard

Current version of the Data Fusion. Only specifiable in Update.

Link copied to clipboard

Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.