class Azure::ServiceFabric::V6_3_0_9::Models::ClusterManifest
Information about the cluster manifest.
Attributes
manifest[RW]
@return [String] The contents of the cluster manifest file.
Public Class Methods
mapper()
click to toggle source
Mapper for ClusterManifest
class as Ruby Hash. This will be used for serialization/deserialization.
# 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