DatacenterConnector

class DatacenterConnector : KotlinCustomResource

Creates a new DatacenterConnector in a given Source. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Appliance OVA version. This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.

Link copied to clipboard

Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.

Link copied to clipboard

The available versions for updating this appliance.

Link copied to clipboard
val bucket: Output<String>

The communication channel between the datacenter connector and Google Cloud.

Link copied to clipboard
val createTime: Output<String>

The time the connector was created (as an API call, not when it was actually installed).

Link copied to clipboard

Required. The datacenterConnector identifier.

Link copied to clipboard
val error: Output<StatusResponse>

Provides details on the state of the Datacenter Connector in case of an error.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The connector's name.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val registrationId: Output<String>

Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.

Link copied to clipboard
val requestId: Output<String>?

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val serviceAccount: Output<String>

The service account to use in the connector when communicating with the cloud.

Link copied to clipboard
val sourceId: Output<String>
Link copied to clipboard
val state: Output<String>

State of the DatacenterConnector, as determined by the health checks.

Link copied to clipboard
val stateTime: Output<String>

The time the state was last set.

Link copied to clipboard
val updateTime: Output<String>

The last time the connector was updated with an API call.

Link copied to clipboard

The status of the current / last upgradeAppliance operation.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.