NetworkManagerDeploymentStatusResponse

data class NetworkManagerDeploymentStatusResponse(val commitTime: String? = null, val configurationIds: List<String>? = null, val deploymentStatus: String? = null, val deploymentType: String? = null, val errorMessage: String? = null, val region: String? = null)

Network Manager Deployment Status.

Constructors

Link copied to clipboard
constructor(commitTime: String? = null, configurationIds: List<String>? = null, deploymentStatus: String? = null, deploymentType: String? = null, errorMessage: String? = null, region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commitTime: String? = null

Commit Time.

Link copied to clipboard

List of configuration ids.

Link copied to clipboard

Deployment Status.

Link copied to clipboard
val deploymentType: String? = null

Configuration Deployment Type.

Link copied to clipboard
val errorMessage: String? = null

Error Message.

Link copied to clipboard
val region: String? = null

Region Name.