GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty

data class GetDataSourceDataSourceGcpResourceComputeInstanceDataSourceProperty(val description: String, val machineType: String, val name: String, val totalDiskCount: String, val totalDiskSizeGb: String)

Constructors

constructor(description: String, machineType: String, name: String, totalDiskCount: String, totalDiskSizeGb: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the Compute Engine instance.

Link copied to clipboard

The machine type of the instance.

Link copied to clipboard

Name of the compute instance backed up by the datasource.

Link copied to clipboard

The total number of disks attached to the Instance.

Link copied to clipboard

The sum of all the disk sizes.