Class: IBM::Cloud::SDK::VPC::Zones

Inherits:
BaseCollection show all
Defined in:
lib/ibm/cloud/sdk/vpc/regions.rb

Overview

Zones are included within a region.

Instance Attribute Summary

Attributes inherited from BaseVPC

#connection, #endpoint, #logger

Instance Method Summary collapse

Methods inherited from BaseCollection

#all, #count, #create, #data, #fetch, #has_count?, #params

Methods inherited from BaseVPC

#adhoc, #delete, #get, #patch, #post, #put, #url

Constructor Details

#initialize(parent) ⇒ Zones

Returns a new instance of Zones.



24
25
26
# File 'lib/ibm/cloud/sdk/vpc/regions.rb', line 24

def initialize(parent)
  super(parent, 'zones', child_class: Zone)
end