Sha256: e8dfd033601a694821369fd411f4a684c3595220ce65fedf56999a8b32765209
Contents?: true
Size: 642 Bytes
Versions: 9
Compression:
Stored size: 642 Bytes
Contents
# NetworkApi::PrivateNetworkModify ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A friendly name given to the private network. This name should be unique. | | | **description** | **String** | A description of this private network | [optional] | | **location_default** | **Boolean** | Identifies network as the default private network for the specified location. | | ## Example ```ruby require 'pnap_network_api' instance = NetworkApi::PrivateNetworkModify.new( name: Sample network, description: Further details on the network., location_default: true ) ```
Version data entries
9 entries across 9 versions & 1 rubygems