class Azure::ServiceFabric::V6_2_0_9::Models::BackupEntity

Describes the Service Fabric entity that is configured for backup.

Attributes

EntityKind[RW]

Public Class Methods

mapper() click to toggle source

Mapper for BackupEntity class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/6.2.0.9/generated/azure_service_fabric/models/backup_entity.rb, line 31
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'BackupEntity',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'EntityKind',
      uber_parent: 'BackupEntity',
      class_name: 'BackupEntity',
      model_properties: {
      }
    }
  }
end
new() click to toggle source
# File lib/6.2.0.9/generated/azure_service_fabric/models/backup_entity.rb, line 20
def initialize
  @EntityKind = "BackupEntity"
end