Class: TencentCloud::Omics::V20221128::Environment
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::Environment
- Defined in:
- lib/v20221128/models.rb
Overview
组学平台环境详情。
Instance Attribute Summary collapse
-
#Available ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#CreationTime ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#Description ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#EnvironmentId ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#IsDefault ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#IsManaged ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#LastWorkflowUuid ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#Message ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#Name ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#Region ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#ResourceIds ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#RuntimeConfig ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#Status ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
-
#Type ⇒ Object
-
KUBERNETES:Kubernetes容器集群 - HPC:HPC高性能计算集群 - INITIALIZING:创建中 - INITIALIZATION_ERROR:创建失败 - RUNNING:运行中 - ERROR:异常 - DELETING:正在删除 - DELETE_ERROR:删除失败.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, name = nil, description = nil, region = nil, type = nil, status = nil, available = nil, isdefault = nil, ismanaged = nil, message = nil, resourceids = nil, lastworkflowuuid = nil, creationtime = nil, runtimeconfig = nil) ⇒ Environment
constructor
A new instance of Environment.
Constructor Details
#initialize(environmentid = nil, name = nil, description = nil, region = nil, type = nil, status = nil, available = nil, isdefault = nil, ismanaged = nil, message = nil, resourceids = nil, lastworkflowuuid = nil, creationtime = nil, runtimeconfig = nil) ⇒ Environment
Returns a new instance of Environment.
927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 |
# File 'lib/v20221128/models.rb', line 927 def initialize(environmentid=nil, name=nil, description=nil, region=nil, type=nil, status=nil, available=nil, isdefault=nil, ismanaged=nil, =nil, resourceids=nil, lastworkflowuuid=nil, creationtime=nil, runtimeconfig=nil) @EnvironmentId = environmentid @Name = name @Description = description @Region = region @Type = type @Status = status @Available = available @IsDefault = isdefault @IsManaged = ismanaged @Message = @ResourceIds = resourceids @LastWorkflowUuid = lastworkflowuuid @CreationTime = creationtime @RuntimeConfig = runtimeconfig end |
Instance Attribute Details
#Available ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def Available @Available end |
#CreationTime ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def CreationTime @CreationTime end |
#Description ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def Description @Description end |
#EnvironmentId ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def EnvironmentId @EnvironmentId end |
#IsDefault ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def IsDefault @IsDefault end |
#IsManaged ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def IsManaged @IsManaged end |
#LastWorkflowUuid ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def LastWorkflowUuid @LastWorkflowUuid end |
#Message ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def Message @Message end |
#Name ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def Name @Name end |
#Region ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def Region @Region end |
#ResourceIds ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def ResourceIds @ResourceIds end |
#RuntimeConfig ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def RuntimeConfig @RuntimeConfig end |
#Status ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def Status @Status end |
#Type ⇒ Object
-
KUBERNETES:Kubernetes容器集群
-
HPC:HPC高性能计算集群
-
INITIALIZING:创建中
-
INITIALIZATION_ERROR:创建失败
-
RUNNING:运行中
-
ERROR:异常
-
DELETING:正在删除
-
DELETE_ERROR:删除失败
925 926 927 |
# File 'lib/v20221128/models.rb', line 925 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 |
# File 'lib/v20221128/models.rb', line 944 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @Name = params['Name'] @Description = params['Description'] @Region = params['Region'] @Type = params['Type'] @Status = params['Status'] @Available = params['Available'] @IsDefault = params['IsDefault'] @IsManaged = params['IsManaged'] @Message = params['Message'] unless params['ResourceIds'].nil? @ResourceIds = ResourceIds.new @ResourceIds.deserialize(params['ResourceIds']) end @LastWorkflowUuid = params['LastWorkflowUuid'] @CreationTime = params['CreationTime'] unless params['RuntimeConfig'].nil? @RuntimeConfig = EnvironmentRuntimeConfig.new @RuntimeConfig.deserialize(params['RuntimeConfig']) end end |