GetNetworkPackagesPackage

data class GetNetworkPackagesPackage(val bandwidth: Int, val createTime: String, val eipAddresses: List<String>, val expiredTime: String, val id: String, val internetChargeType: String, val networkPackageId: String, val officeSiteId: String, val officeSiteName: String, val status: String)

Constructors

Link copied to clipboard
constructor(bandwidth: Int, createTime: String, eipAddresses: List<String>, expiredTime: String, id: String, internetChargeType: String, networkPackageId: String, officeSiteId: String, officeSiteName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bandwidth of package.

Link copied to clipboard

The creation time of network package.

Link copied to clipboard

The public IP address list of the network packet.

Link copied to clipboard

The expired time of package.

Link copied to clipboard
val id: String

The ID of the Network Package.

Link copied to clipboard

The internet charge type of package.

Link copied to clipboard

The ID of network package.

Link copied to clipboard

The ID of office site.

Link copied to clipboard

The name of office site.

Link copied to clipboard

The status of network package. Valid values: Creating, InUse, Releasing,Released.