Class: TencentCloud::Ssm::V20190923::GetServiceStatusResponse

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

Overview

GetServiceStatus返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serviceenabled = nil, invalidtype = nil, accesskeyescrowenabled = nil, expiretime = nil, qpslimit = nil, secretlimit = nil, paymodel = nil, renewflag = nil, resourceid = nil, totalcount = nil, requestid = nil) ⇒ GetServiceStatusResponse

Returns a new instance of GetServiceStatusResponse.



944
945
946
947
948
949
950
951
952
953
954
955
956
# File 'lib/v20190923/models.rb', line 944

def initialize(serviceenabled=nil, invalidtype=nil, accesskeyescrowenabled=nil, expiretime=nil, qpslimit=nil, secretlimit=nil, paymodel=nil, renewflag=nil, resourceid=nil, totalcount=nil, requestid=nil)
  @ServiceEnabled = serviceenabled
  @InvalidType = invalidtype
  @AccessKeyEscrowEnabled = accesskeyescrowenabled
  @ExpireTime = expiretime
  @QPSLimit = qpslimit
  @SecretLimit = secretlimit
  @PayModel = paymodel
  @RenewFlag = renewflag
  @ResourceId = resourceid
  @TotalCount = totalcount
  @RequestId = requestid
end

Instance Attribute Details

#AccessKeyEscrowEnabledObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def AccessKeyEscrowEnabled
  @AccessKeyEscrowEnabled
end

#ExpireTimeObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def ExpireTime
  @ExpireTime
end

#InvalidTypeObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def InvalidType
  @InvalidType
end

#PayModelObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def PayModel
  @PayModel
end

#QPSLimitObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def QPSLimit
  @QPSLimit
end

#RenewFlagObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def RenewFlag
  @RenewFlag
end

#RequestIdObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def RequestId
  @RequestId
end

#ResourceIdObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def ResourceId
  @ResourceId
end

#SecretLimitObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def SecretLimit
  @SecretLimit
end

#ServiceEnabledObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def ServiceEnabled
  @ServiceEnabled
end

#TotalCountObject

false表示用户暂时不能使用密钥安全托管功能。

Parameters:

  • ServiceEnabled:

    true表示服务已开通,false 表示服务尚未开通。

  • InvalidType:

    服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。

  • AccessKeyEscrowEnabled:

    true表示用户已经可以使用密钥安全托管功能,

  • ExpireTime:

    过期时间

  • QPSLimit:

    计算性能限制

  • SecretLimit:

    凭据个数限制

  • PayModel:

    付费模式

  • RenewFlag:

    自动续费标识,0:手动续费 1:自动续费 2:到期不续

  • ResourceId:

    资源id

  • TotalCount:

    已托管凭据个数

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



942
943
944
# File 'lib/v20190923/models.rb', line 942

def TotalCount
  @TotalCount
end

Instance Method Details

#deserialize(params) ⇒ Object



958
959
960
961
962
963
964
965
966
967
968
969
970
# File 'lib/v20190923/models.rb', line 958

def deserialize(params)
  @ServiceEnabled = params['ServiceEnabled']
  @InvalidType = params['InvalidType']
  @AccessKeyEscrowEnabled = params['AccessKeyEscrowEnabled']
  @ExpireTime = params['ExpireTime']
  @QPSLimit = params['QPSLimit']
  @SecretLimit = params['SecretLimit']
  @PayModel = params['PayModel']
  @RenewFlag = params['RenewFlag']
  @ResourceId = params['ResourceId']
  @TotalCount = params['TotalCount']
  @RequestId = params['RequestId']
end