Get Provisioning Config Result
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)
Properties
Link copied to clipboard
URI to Cloud Console UI view of this provisioning config.
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
Networks to be created.
Link copied to clipboard
Optional status messages associated with the FAILED state.
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.