Sha256: 03e6d8bf3404401253fa587024d8057f4e1caf9fdcb14f2d6026507de933bde4
Contents?: true
Size: 641 Bytes
Versions: 3
Compression:
Stored size: 641 Bytes
Contents
module Fog module Compute class VcloudDirector class VmNetwork < Model identity :id attribute :type attribute :href attribute :info attribute :primary_network_connection_index attribute :network attribute :needs_customization attribute :network_connection_index attribute :is_connected attribute :mac_address attribute :ip_address_allocation_mode def save response = service.put_network_connection_system_section_vapp(id, attributes) service.process_task(response.body) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems