Get Source Result
data class GetSourceResult(val aws: AwsSourceDetailsResponse, val createTime: String, val description: String, val error: StatusResponse, val labels: Map<String, String>, val name: String, val updateTime: String, val vmware: VmwareSourceDetailsResponse)
Constructors
Link copied to clipboard
constructor(aws: AwsSourceDetailsResponse, createTime: String, description: String, error: StatusResponse, labels: Map<String, String>, name: String, updateTime: String, vmware: VmwareSourceDetailsResponse)
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
Provides details on the state of the Source in case of an error.
Link copied to clipboard
The update time timestamp.
Link copied to clipboard
Vmware type source details.