Get Projects Project
data class GetProjectsProject(val comment: String, val costStorage: String, val createTime: String, val defaultQuota: String, val ipWhiteList: GetProjectsProjectIpWhiteList, val owner: String, val projectName: String, val properties: GetProjectsProjectProperties, val securityProperties: GetProjectsProjectSecurityProperties, val status: String, val type: String)
Constructors
Link copied to clipboard
constructor(comment: String, costStorage: String, createTime: String, defaultQuota: String, ipWhiteList: GetProjectsProjectIpWhiteList, owner: String, projectName: String, properties: GetProjectsProjectProperties, securityProperties: GetProjectsProjectSecurityProperties, status: String, type: String)
Properties
Link copied to clipboard
View the current storage size of the Project. The storage size is the same as the measurement size, that is, the compressed logical storage size collected by the Project.
Link copied to clipboard
Represents the creation time of the project
Link copied to clipboard
Used to implement computing resource allocation.If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see Computing Resource Usage.
Link copied to clipboard
IP whitelist
Link copied to clipboard
The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
Link copied to clipboard
Project base attributes
Link copied to clipboard
Security-related attributes