GetSourceResult

data class GetSourceResult(val aws: AwsSourceDetailsResponse, val createTime: String, val description: String, val labels: Map<String, String>, val name: String, val updateTime: String, val vmware: VmwareSourceDetailsResponse)

Constructors

Link copied to clipboard
fun GetSourceResult(aws: AwsSourceDetailsResponse, createTime: String, description: String, labels: Map<String, String>, name: String, updateTime: String, vmware: VmwareSourceDetailsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AWS type source details.

Link copied to clipboard

The create time timestamp.

Link copied to clipboard

User-provided description of the source.

Link copied to clipboard

The labels of the source.

Link copied to clipboard

The Source name.

Link copied to clipboard

The update time timestamp.

Link copied to clipboard

Vmware type source details.