Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 570 Bytes

File metadata and controls

28 lines (22 loc) · 570 Bytes

ComputeClient::VirtualNetwork

Properties

Name Type Description Notes
id String
name String
project Project
environment String
provider_name String
ip_network String [optional]

Example

require 'compute_client'

instance = ComputeClient::VirtualNetwork.new(
  id: null,
  name: null,
  project: null,
  environment: null,
  provider_name: null,
  ip_network: null
)