class Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification
Class to represent shoebox log specification in json client discovery.
Attributes
blob_duration[RW]
@return [String] Blobs created in customer storage account per hour
display_name[RW]
@return [String] Localized display name
name[RW]
@return [String] Name of the log.
Private Class Methods
mapper()
click to toggle source
Mapper for ClientDiscoveryForLogSpecification
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_for_log_specification.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClientDiscoveryForLogSpecification', type: { name: 'Composite', class_name: 'ClientDiscoveryForLogSpecification', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, blob_duration: { client_side_validation: true, required: false, serialized_name: 'blobDuration', type: { name: 'String' } } } } } end