Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 355 Bytes

File metadata and controls

18 lines (12 loc) · 355 Bytes

VultrRuby::DetachInstanceVpcRequest

Properties

Name Type Description Notes
vpc_id String The VPC ID to detach from this Instance. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::DetachInstanceVpcRequest.new(
  vpc_id: null
)