Sha256: ca8913cdc240c0ee3c1d932f84efb336eff4e34d96cb27cf2212eddeeaa661da
Contents?: true
Size: 507 Bytes
Versions: 2
Compression:
Stored size: 507 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::V7_0_0_42 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
2 entries across 2 versions & 1 rubygems