class IBM::Cloud::SDK::VPC::INSTANCE::NetworkInterfaces

All netowrk interfaces.

Public Class Methods

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