class Azure::ServiceFabric::V6_5_0_36::Models::ClusterConfiguration
Information about the standalone cluster configuration.
Attributes
cluster_configuration[RW]
@return [String] The contents of the cluster configuration file.
Public Class Methods
mapper()
click to toggle source
Mapper for ClusterConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.5.0.36/generated/azure_service_fabric/models/cluster_configuration.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClusterConfiguration', type: { name: 'Composite', class_name: 'ClusterConfiguration', model_properties: { cluster_configuration: { client_side_validation: true, required: false, serialized_name: 'ClusterConfiguration', type: { name: 'String' } } } } } end