Sha256: b8171d213fc1b4cd52af76fc58c8568fd1b1eedd8371d91f2f0348d3024fc793
Contents?: true
Size: 333 Bytes
Versions: 4
Compression:
Stored size: 333 Bytes
Contents
require 'fog/huaweicloud/models/model' module Fog module Compute class HuaweiCloud class AvailabilityZone < Fog::HuaweiCloud::Model identity :zoneName attribute :hosts attribute :zoneLabel attribute :zoneState def to_s zoneName end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems