Class: TencentCloud::Ecm::V20190719::ResetInstancesPasswordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ResetInstancesPasswordRequest
- Defined in:
- lib/v20190719/models.rb
Overview
ResetInstancesPassword请求参数结构体
Instance Attribute Summary collapse
-
#ForceStop ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。 如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。.
-
#InstanceIdSet ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。 如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。.
-
#Password ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。 如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。.
-
#UserName ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。 如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceidset = nil, password = nil, forcestop = nil, username = nil) ⇒ ResetInstancesPasswordRequest
constructor
A new instance of ResetInstancesPasswordRequest.
Constructor Details
#initialize(instanceidset = nil, password = nil, forcestop = nil, username = nil) ⇒ ResetInstancesPasswordRequest
Returns a new instance of ResetInstancesPasswordRequest.
9721 9722 9723 9724 9725 9726 |
# File 'lib/v20190719/models.rb', line 9721 def initialize(instanceidset=nil, password=nil, forcestop=nil, username=nil) @InstanceIdSet = instanceidset @Password = password @ForceStop = forcestop @UserName = username end |
Instance Attribute Details
#ForceStop ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。
9719 9720 9721 |
# File 'lib/v20190719/models.rb', line 9719 def ForceStop @ForceStop end |
#InstanceIdSet ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。
9719 9720 9721 |
# File 'lib/v20190719/models.rb', line 9719 def InstanceIdSet @InstanceIdSet end |
#Password ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。
9719 9720 9721 |
# File 'lib/v20190719/models.rb', line 9719 def Password @Password end |
#UserName ⇒ Object
Windows实例密码必须12到16位,至少包括三项,[A-Z],和[( ) ~ ~ ! @ # $ % ^ & * - + = _ | { } [ ] : ; ‘ < > , . ? /]中的符号。密码不允许以/符号开头。如果实例即包含Linux实例又包含Windows实例,则密码复杂度限制按照Windows实例的限制。
9719 9720 9721 |
# File 'lib/v20190719/models.rb', line 9719 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
9728 9729 9730 9731 9732 9733 |
# File 'lib/v20190719/models.rb', line 9728 def deserialize(params) @InstanceIdSet = params['InstanceIdSet'] @Password = params['Password'] @ForceStop = params['ForceStop'] @UserName = params['UserName'] end |