Class: Azure::ServiceFabric::V6_3_0_9::Models::ReplicaStatusBase
- Inherits:
-
Object
- Object
- Azure::ServiceFabric::V6_3_0_9::Models::ReplicaStatusBase
- Includes:
- MsRestAzure
- Defined in:
- lib/6.3.0.9/generated/azure_service_fabric/models/replica_status_base.rb
Overview
Information about the replica.
Direct Known Subclasses
Constant Summary collapse
- @@discriminatorMap =
Hash.new
Instance Attribute Summary collapse
-
#Kind ⇒ Object
Returns the value of attribute Kind.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ReplicaStatusBase class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ ReplicaStatusBase
constructor
A new instance of ReplicaStatusBase.
Constructor Details
#initialize ⇒ ReplicaStatusBase
Returns a new instance of ReplicaStatusBase.
18 19 20 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/replica_status_base.rb', line 18 def initialize @Kind = "ReplicaStatusBase" end |
Instance Attribute Details
#Kind ⇒ Object
Returns the value of attribute Kind.
22 23 24 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/replica_status_base.rb', line 22 def Kind @Kind end |
Class Method Details
.mapper ⇒ Object
Mapper for ReplicaStatusBase class as Ruby Hash. This will be used for serialization/deserialization.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/replica_status_base.rb', line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ReplicaStatusBase', type: { name: 'Composite', polymorphic_discriminator: 'Kind', uber_parent: 'ReplicaStatusBase', class_name: 'ReplicaStatusBase', model_properties: { } } } end |