GetProvisioningConfigResult

data class GetProvisioningConfigResult(val cloudConsoleUri: String, val customId: String, val email: String, val handoverServiceAccount: String, val instances: List<InstanceConfigResponse>, val location: String, val name: String, val networks: List<NetworkConfigResponse>, val state: String, val statusMessage: String, val ticketId: String, val updateTime: String, val volumes: List<VolumeConfigResponse>, val vpcScEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(cloudConsoleUri: String, customId: String, email: String, handoverServiceAccount: String, instances: List<InstanceConfigResponse>, location: String, name: String, networks: List<NetworkConfigResponse>, state: String, statusMessage: String, ticketId: String, updateTime: String, volumes: List<VolumeConfigResponse>, vpcScEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URI to Cloud Console UI view of this provisioning config.

Link copied to clipboard

Optional. The user-defined identifier of the provisioning config.

Link copied to clipboard

Email provided to send a confirmation with provisioning config to. Deprecated in favour of email field in request messages.

Link copied to clipboard

A service account to enable customers to access instance credentials upon handover.

Link copied to clipboard

Instances to be created.

Link copied to clipboard

Optional. Location name of this ProvisioningConfig. It is optional only for Intake UI transition period.

Link copied to clipboard

The system-generated name of the provisioning config. This follows the UUID format.

Link copied to clipboard

Networks to be created.

Link copied to clipboard

State of ProvisioningConfig.

Link copied to clipboard

Optional status messages associated with the FAILED state.

Link copied to clipboard

A generated ticket id to track provisioning request.

Link copied to clipboard

Last update timestamp.

Link copied to clipboard

Volumes to be created.

Link copied to clipboard

If true, VPC SC is enabled for the cluster.