class IBM::Cloud::SDK::VPC::Subnets

A list of submetes

Public Class Methods

new(parent) click to toggle source
Calls superclass method
# File lib/ibm/cloud/sdk/vpc/subnets.rb, line 10
def initialize(parent)
  super(parent, 'subnets', child_class: Subnet)
end