Cloud Provider Profile Response
data class CloudProviderProfileResponse(val infraNetworkProfile: CloudProviderProfileResponseInfraNetworkProfile? = null, val infraStorageProfile: CloudProviderProfileResponseInfraStorageProfile? = null)
CloudProviderProfile - The underlying cloud infra provider properties.
Constructors
Link copied to clipboard
constructor(infraNetworkProfile: CloudProviderProfileResponseInfraNetworkProfile? = null, infraStorageProfile: CloudProviderProfileResponseInfraStorageProfile? = null)