Get Replicationv Center Result
data class GetReplicationvCenterResult(val id: String, val location: String? = null, val name: String, val properties: VCenterPropertiesResponse, val type: String)
vCenter definition.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: VCenterPropertiesResponse, type: String)