Class: IBM::Cloud::SDK::VPC::Zones
- Inherits:
-
VPCCollection
- Object
- IBM::Cloud::SDKHTTP::BaseCollection
- VPCCollection
- IBM::Cloud::SDK::VPC::Zones
- Defined in:
- lib/ibm/cloud/sdk/vpc/regions.rb
Overview
Zones are included within a region.
Instance Attribute Summary
Attributes included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
Attributes inherited from IBM::Cloud::SDKHTTP::BaseCollection
#connection, #endpoint, #logger, #token
Instance Method Summary collapse
-
#initialize(parent) ⇒ Zones
constructor
A new instance of Zones.
Methods inherited from VPCCollection
Methods included from VpcHTTP
Methods included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
#adhoc, #delete, #get, #metadata, #patch, #post, #put, #unchecked_response, #url
Methods inherited from IBM::Cloud::SDKHTTP::BaseCollection
#all, #create, #data, #fetch, #params, #reset_params
Constructor Details
#initialize(parent) ⇒ Zones
24 25 26 |
# File 'lib/ibm/cloud/sdk/vpc/regions.rb', line 24 def initialize(parent) super(parent, 'zones', child_class: Zone) end |