Class: TencentCloud::Tke::V20180525::Container

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

EKS Instance Container容器

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(image = nil, name = nil, commands = nil, args = nil, environmentvars = nil, cpu = nil, memory = nil, volumemounts = nil, currentstate = nil, restartcount = nil, workingdir = nil, livenessprobe = nil, readinessprobe = nil, gpulimit = nil, securitycontext = nil) ⇒ Container

Returns a new instance of Container.



1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'lib/v20180525/models.rb', line 1732

def initialize(image=nil, name=nil, commands=nil, args=nil, environmentvars=nil, cpu=nil, memory=nil, volumemounts=nil, currentstate=nil, restartcount=nil, workingdir=nil, livenessprobe=nil, readinessprobe=nil, gpulimit=nil, securitycontext=nil)
  @Image = image
  @Name = name
  @Commands = commands
  @Args = args
  @EnvironmentVars = environmentvars
  @Cpu = cpu
  @Memory = memory
  @VolumeMounts = volumemounts
  @CurrentState = currentstate
  @RestartCount = restartcount
  @WorkingDir = workingdir
  @LivenessProbe = livenessprobe
  @ReadinessProbe = readinessprobe
  @GpuLimit = gpulimit
  @SecurityContext = securitycontext
end

Instance Attribute Details

#ArgsObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def Args
  @Args
end

#CommandsObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def Commands
  @Commands
end

#CpuObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def Cpu
  @Cpu
end

#CurrentStateObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def CurrentState
  @CurrentState
end

#EnvironmentVarsObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def EnvironmentVars
  @EnvironmentVars
end

#GpuLimitObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def GpuLimit
  @GpuLimit
end

#ImageObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def Image
  @Image
end

#LivenessProbeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def LivenessProbe
  @LivenessProbe
end

#MemoryObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def Memory
  @Memory
end

#NameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def Name
  @Name
end

#ReadinessProbeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def ReadinessProbe
  @ReadinessProbe
end

#RestartCountObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def RestartCount
  @RestartCount
end

#SecurityContextObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def SecurityContext
  @SecurityContext
end

#VolumeMountsObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def VolumeMounts
  @VolumeMounts
end

#WorkingDirObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Image:

    镜像

  • Name:

    容器名

  • Commands:

    容器启动命令

  • Args:

    容器启动参数

  • EnvironmentVars:

    容器内操作系统的环境变量

  • Cpu:

    CPU,制改容器最多可使用的核数,该值不可超过容器实例的总核数。单位:核。

  • Memory:

    内存,限制该容器最多可使用的内存值,该值不可超过容器实例的总内存值。单位:GiB

  • VolumeMounts:

    数据卷挂载信息

  • CurrentState:

    当前状态

  • RestartCount:

    重启次数

  • WorkingDir:

    容器工作目录

  • LivenessProbe:

    存活探针

  • ReadinessProbe:

    就绪探针

  • GpuLimit:

    Gpu限制

  • SecurityContext:

    容器的安全上下文



1730
1731
1732
# File 'lib/v20180525/models.rb', line 1730

def WorkingDir
  @WorkingDir
end

Instance Method Details

#deserialize(params) ⇒ Object



1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
# File 'lib/v20180525/models.rb', line 1750

def deserialize(params)
  @Image = params['Image']
  @Name = params['Name']
  @Commands = params['Commands']
  @Args = params['Args']
  unless params['EnvironmentVars'].nil?
    @EnvironmentVars = []
    params['EnvironmentVars'].each do |i|
      environmentvariable_tmp = EnvironmentVariable.new
      environmentvariable_tmp.deserialize(i)
      @EnvironmentVars << environmentvariable_tmp
    end
  end
  @Cpu = params['Cpu']
  @Memory = params['Memory']
  unless params['VolumeMounts'].nil?
    @VolumeMounts = []
    params['VolumeMounts'].each do |i|
      volumemount_tmp = VolumeMount.new
      volumemount_tmp.deserialize(i)
      @VolumeMounts << volumemount_tmp
    end
  end
  unless params['CurrentState'].nil?
    @CurrentState = ContainerState.new
    @CurrentState.deserialize(params['CurrentState'])
  end
  @RestartCount = params['RestartCount']
  @WorkingDir = params['WorkingDir']
  unless params['LivenessProbe'].nil?
    @LivenessProbe = LivenessOrReadinessProbe.new
    @LivenessProbe.deserialize(params['LivenessProbe'])
  end
  unless params['ReadinessProbe'].nil?
    @ReadinessProbe = LivenessOrReadinessProbe.new
    @ReadinessProbe.deserialize(params['ReadinessProbe'])
  end
  @GpuLimit = params['GpuLimit']
  unless params['SecurityContext'].nil?
    @SecurityContext = SecurityContext.new
    @SecurityContext.deserialize(params['SecurityContext'])
  end
end