Backup Run Args
data class BackupRunArgs(val backupKind: Output<BackupRunBackupKind>? = null, val description: Output<String>? = null, val diskEncryptionConfiguration: Output<DiskEncryptionConfigurationArgs>? = null, val diskEncryptionStatus: Output<DiskEncryptionStatusArgs>? = null, val endTime: Output<String>? = null, val enqueuedTime: Output<String>? = null, val error: Output<OperationErrorArgs>? = null, val id: Output<String>? = null, val instance: Output<String>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val selfLink: Output<String>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null, val type: Output<BackupRunType>? = null, val windowStartTime: Output<String>? = null) : ConvertibleToJava<BackupRunArgs>
Creates a new backup run on demand. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun BackupRunArgs(backupKind: Output<BackupRunBackupKind>? = null, description: Output<String>? = null, diskEncryptionConfiguration: Output<DiskEncryptionConfigurationArgs>? = null, diskEncryptionStatus: Output<DiskEncryptionStatusArgs>? = null, endTime: Output<String>? = null, enqueuedTime: Output<String>? = null, error: Output<OperationErrorArgs>? = null, id: Output<String>? = null, instance: Output<String>? = null, kind: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, selfLink: Output<String>? = null, startTime: Output<String>? = null, timeZone: Output<String>? = null, type: Output<BackupRunType>? = null, windowStartTime: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The time the run was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z
.
Link copied to clipboard
The start time of the backup window during which this the backup was attempted in RFC 3339 format, for example 2012-11-15T16:19:00.094Z
.