Sha256: eccee985a7dafb37932cb7136859650e44e08a631beead1ccbbcadf5eef55d8b
Contents?: true
Size: 495 Bytes
Versions: 8
Compression:
Stored size: 495 Bytes
Contents
# NetworkApi::PublicNetworkModify ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A friendly name given to the network. This name should be unique. | [optional] | | **description** | **String** | The description of this public network | [optional] | ## Example ```ruby require 'pnap_network_api' instance = NetworkApi::PublicNetworkModify.new( name: Sample Network, description: Further details on the network. ) ```
Version data entries
8 entries across 8 versions & 1 rubygems