class Azure::ServiceFabric::V6_5_0_36::Models::PartitionBackupConfigurationInfo
Backup configuration information, for a specific partition, specifying what backup policy is being applied and suspend description, if any.
Attributes
Kind[RW]
partition_id[RW]
@return The partition ID identifying the partition.
service_name[RW]
@return [String] The full name of the service with 'fabric:' URI scheme.
Public Class Methods
mapper()
click to toggle source
Mapper for PartitionBackupConfigurationInfo
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.5.0.36/generated/azure_service_fabric/models/partition_backup_configuration_info.rb, line 35 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Partition', type: { name: 'Composite', class_name: 'PartitionBackupConfigurationInfo', 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' } }, service_name: { client_side_validation: true, required: false, serialized_name: 'ServiceName', type: { name: 'String' } }, partition_id: { client_side_validation: true, required: false, serialized_name: 'PartitionId', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.5.0.36/generated/azure_service_fabric/models/partition_backup_configuration_info.rb, line 17 def initialize @Kind = "Partition" end