Sha256: f3b24c7ec63c8fa4b334a5cd7294b16f5bcfdfd5da3eff7d20a82174596dee56
Contents?: true
Size: 506 Bytes
Versions: 5
Compression:
Stored size: 506 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ServiceFabric::V6_2_0_9 module Models # # Defines values for NodeStatus # module NodeStatus Invalid = "Invalid" Up = "Up" Down = "Down" Enabling = "Enabling" Disabling = "Disabling" Disabled = "Disabled" Unknown = "Unknown" Removed = "Removed" end end end
Version data entries
5 entries across 5 versions & 1 rubygems