class Azure::ServiceFabric::V6_2_0_9::Models::ApplicationBackupConfigurationInfo
Backup configuration information for a specific Service Fabric application specifying what backup policy is being applied and suspend description, if any.
Attributes
Kind[RW]
application_name[RW]
@return [String] The name of the application, including the 'fabric:' URI scheme.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationBackupConfigurationInfo
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.2.0.9/generated/azure_service_fabric/models/application_backup_configuration_info.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Application', type: { name: 'Composite', class_name: 'ApplicationBackupConfigurationInfo', model_properties: { policy_name: { client_side_validation: true, required: false, serialized_name: 'PolicyName', type: { name: 'String' } }, policy_inherited_from: { client_side_validation: true, required: false, serialized_name: 'PolicyInheritedFrom', type: { name: 'String' } }, suspension_info: { client_side_validation: true, required: false, serialized_name: 'SuspensionInfo', type: { name: 'Composite', class_name: 'BackupSuspensionInfo' } }, Kind: { client_side_validation: true, required: true, serialized_name: 'Kind', type: { name: 'String' } }, application_name: { client_side_validation: true, required: false, serialized_name: 'ApplicationName', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.2.0.9/generated/azure_service_fabric/models/application_backup_configuration_info.rb, line 18 def initialize @Kind = "Application" end