class IBM::Cloud::SDK::VPC::SECURITYGROUP::NetworkInterfaces

Work with interfaces associated with parent group.

Public Class Methods

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