Class: TencentCloud::Sqlserver::V20180328::DbNormalDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DbNormalDetail
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180328/models.rb
Overview
数据库配置信息
Instance Attribute Summary collapse
- #AGSyncState ⇒ Object
- #CollationName ⇒ Object
- #CreateTime ⇒ Object
- #IsAutoCleanupOn ⇒ Object
- #IsAvailabilityGroups ⇒ Object
- #IsBrokerEnabled ⇒ Object
- #IsCdcEnabled ⇒ Object
- #IsDbChainingOn ⇒ Object
- #IsEncrypted ⇒ Object
- #IsFulltextEnabled ⇒ Object
- #IsFullTextEnabled ⇒ Object
- #IsMirroring ⇒ Object
- #IsPublished ⇒ Object
- #IsReadCommittedSnapshotOn ⇒ Object
- #IsSubscribed ⇒ Object
- #IsTrustworthyOn ⇒ Object
- #MirroringState ⇒ Object
- #Name ⇒ Object
- #RecoveryModelDesc ⇒ Object
- #RetentionPeriod ⇒ Object
- #StateDesc ⇒ Object
- #UserAccessDesc ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(issubscribed = nil, collationname = nil, isautocleanupon = nil, isbrokerenabled = nil, iscdcenabled = nil, isdbchainingon = nil, isencrypted = nil, ismirroring = nil, ispublished = nil, isreadcommittedsnapshoton = nil, istrustworthyon = nil, mirroringstate = nil, name = nil, recoverymodeldesc = nil, retentionperiod = nil, statedesc = nil, useraccessdesc = nil, createtime = nil, isfulltextenabled = nil, isavailabilitygroups = nil, agsyncstate = nil) ⇒ DbNormalDetail
constructor
A new instance of DbNormalDetail.
Constructor Details
#initialize(issubscribed = nil, collationname = nil, isautocleanupon = nil, isbrokerenabled = nil, iscdcenabled = nil, isdbchainingon = nil, isencrypted = nil, ismirroring = nil, ispublished = nil, isreadcommittedsnapshoton = nil, istrustworthyon = nil, mirroringstate = nil, name = nil, recoverymodeldesc = nil, retentionperiod = nil, statedesc = nil, useraccessdesc = nil, createtime = nil, isfulltextenabled = nil, isavailabilitygroups = nil, agsyncstate = nil) ⇒ DbNormalDetail
Returns a new instance of DbNormalDetail.
2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'lib/v20180328/models.rb', line 2685 def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil, isfulltextenabled=nil, isavailabilitygroups=nil, agsyncstate=nil) @IsSubscribed = issubscribed @CollationName = collationname @IsAutoCleanupOn = isautocleanupon @IsBrokerEnabled = isbrokerenabled @IsCdcEnabled = iscdcenabled @IsDbChainingOn = isdbchainingon @IsEncrypted = isencrypted @IsMirroring = ismirroring @IsPublished = ispublished @IsReadCommittedSnapshotOn = isreadcommittedsnapshoton @IsTrustworthyOn = istrustworthyon @MirroringState = mirroringstate @Name = name @RecoveryModelDesc = recoverymodeldesc @RetentionPeriod = retentionperiod @StateDesc = statedesc @UserAccessDesc = useraccessdesc @CreateTime = createtime @IsFullTextEnabled = isfulltextenabled @IsAvailabilityGroups = isavailabilitygroups @AGSyncState = agsyncstate end |
Instance Attribute Details
#AGSyncState ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def AGSyncState @AGSyncState end |
#CollationName ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def CollationName @CollationName end |
#CreateTime ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def CreateTime @CreateTime end |
#IsAutoCleanupOn ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsAutoCleanupOn @IsAutoCleanupOn end |
#IsAvailabilityGroups ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsAvailabilityGroups @IsAvailabilityGroups end |
#IsBrokerEnabled ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsBrokerEnabled @IsBrokerEnabled end |
#IsCdcEnabled ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsCdcEnabled @IsCdcEnabled end |
#IsDbChainingOn ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsDbChainingOn @IsDbChainingOn end |
#IsEncrypted ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsEncrypted @IsEncrypted end |
#IsFulltextEnabled ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsFulltextEnabled @IsFulltextEnabled end |
#IsFullTextEnabled ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsFullTextEnabled @IsFullTextEnabled end |
#IsMirroring ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsMirroring @IsMirroring end |
#IsPublished ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsPublished @IsPublished end |
#IsReadCommittedSnapshotOn ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsReadCommittedSnapshotOn @IsReadCommittedSnapshotOn end |
#IsSubscribed ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsSubscribed @IsSubscribed end |
#IsTrustworthyOn ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def IsTrustworthyOn @IsTrustworthyOn end |
#MirroringState ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def MirroringState @MirroringState end |
#Name ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def Name @Name end |
#RecoveryModelDesc ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def RecoveryModelDesc @RecoveryModelDesc end |
#RetentionPeriod ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def RetentionPeriod @RetentionPeriod end |
#StateDesc ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def StateDesc @StateDesc end |
#UserAccessDesc ⇒ Object
2680 2681 2682 |
# File 'lib/v20180328/models.rb', line 2680 def UserAccessDesc @UserAccessDesc end |
Instance Method Details
#deserialize(params) ⇒ Object
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 |
# File 'lib/v20180328/models.rb', line 2709 def deserialize(params) @IsSubscribed = params['IsSubscribed'] @CollationName = params['CollationName'] @IsAutoCleanupOn = params['IsAutoCleanupOn'] @IsBrokerEnabled = params['IsBrokerEnabled'] @IsCdcEnabled = params['IsCdcEnabled'] @IsDbChainingOn = params['IsDbChainingOn'] @IsEncrypted = params['IsEncrypted'] @IsMirroring = params['IsMirroring'] @IsPublished = params['IsPublished'] @IsReadCommittedSnapshotOn = params['IsReadCommittedSnapshotOn'] @IsTrustworthyOn = params['IsTrustworthyOn'] @MirroringState = params['MirroringState'] @Name = params['Name'] @RecoveryModelDesc = params['RecoveryModelDesc'] @RetentionPeriod = params['RetentionPeriod'] @StateDesc = params['StateDesc'] @UserAccessDesc = params['UserAccessDesc'] @CreateTime = params['CreateTime'] @IsFullTextEnabled = params['IsFullTextEnabled'] @IsAvailabilityGroups = params['IsAvailabilityGroups'] @AGSyncState = params['AGSyncState'] end |