class Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::EncryptionInTransitProperties
The encryption-in-transit properties.
Attributes
is_encryption_in_transit_enabled[RW]
@return [Boolean] Indicates whether or not inter cluster node communication is encrypted in transit. Default value: false .
Private Class Methods
mapper()
click to toggle source
Mapper for EncryptionInTransitProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/encryption_in_transit_properties.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EncryptionInTransitProperties', type: { name: 'Composite', class_name: 'EncryptionInTransitProperties', model_properties: { is_encryption_in_transit_enabled: { client_side_validation: true, required: false, serialized_name: 'isEncryptionInTransitEnabled', default_value: false, type: { name: 'Boolean' } } } } } end