Class: TencentCloud::Sqlserver::V20180328::TDEConfigAttribute
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::TDEConfigAttribute
- Defined in:
- lib/v20180328/models.rb
Overview
TDE透明数据加密配置
Instance Attribute Summary collapse
- #CertificateAttribution ⇒ Object
- #CMKId ⇒ Object
- #CMKRegion ⇒ Object
- #Encryption ⇒ Object
- #QuoteUin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(encryption = nil, certificateattribution = nil, quoteuin = nil, cmkid = nil, cmkregion = nil) ⇒ TDEConfigAttribute
constructor
A new instance of TDEConfigAttribute.
Constructor Details
#initialize(encryption = nil, certificateattribution = nil, quoteuin = nil, cmkid = nil, cmkregion = nil) ⇒ TDEConfigAttribute
Returns a new instance of TDEConfigAttribute.
11724 11725 11726 11727 11728 11729 11730 |
# File 'lib/v20180328/models.rb', line 11724 def initialize(encryption=nil, certificateattribution=nil, quoteuin=nil, cmkid=nil, cmkregion=nil) @Encryption = encryption @CertificateAttribution = certificateattribution @QuoteUin = quoteuin @CMKId = cmkid @CMKRegion = cmkregion end |
Instance Attribute Details
#CertificateAttribution ⇒ Object
11722 11723 11724 |
# File 'lib/v20180328/models.rb', line 11722 def CertificateAttribution @CertificateAttribution end |
#CMKId ⇒ Object
11722 11723 11724 |
# File 'lib/v20180328/models.rb', line 11722 def CMKId @CMKId end |
#CMKRegion ⇒ Object
11722 11723 11724 |
# File 'lib/v20180328/models.rb', line 11722 def CMKRegion @CMKRegion end |
#Encryption ⇒ Object
11722 11723 11724 |
# File 'lib/v20180328/models.rb', line 11722 def Encryption @Encryption end |
#QuoteUin ⇒ Object
11722 11723 11724 |
# File 'lib/v20180328/models.rb', line 11722 def QuoteUin @QuoteUin end |
Instance Method Details
#deserialize(params) ⇒ Object
11732 11733 11734 11735 11736 11737 11738 |
# File 'lib/v20180328/models.rb', line 11732 def deserialize(params) @Encryption = params['Encryption'] @CertificateAttribution = params['CertificateAttribution'] @QuoteUin = params['QuoteUin'] @CMKId = params['CMKId'] @CMKRegion = params['CMKRegion'] end |