Class: Azure::ServiceFabric::V6_3_0_9::Models::ClusterManifest
- Inherits:
-
Object
- Object
- Azure::ServiceFabric::V6_3_0_9::Models::ClusterManifest
- Includes:
- MsRestAzure
- Defined in:
- lib/6.3.0.9/generated/azure_service_fabric/models/cluster_manifest.rb
Overview
Information about the cluster manifest.
Instance Attribute Summary collapse
-
#manifest ⇒ String
The contents of the cluster manifest file.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ClusterManifest class as Ruby Hash.
Instance Attribute Details
#manifest ⇒ String
Returns The contents of the cluster manifest file.
16 17 18 |
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/cluster_manifest.rb', line 16 def manifest @manifest end |
Class Method Details
.mapper ⇒ Object
Mapper for ClusterManifest class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 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/cluster_manifest.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterManifest', type: { name: 'Composite', class_name: 'ClusterManifest', model_properties: { manifest: { client_side_validation: true, required: false, serialized_name: 'Manifest', type: { name: 'String' } } } } } end |