Sha256: 7297947b506658210b58fc0f0a48fb0e361761832c792fe46f7f4b25d3dfebfc
Contents?: true
Size: 1.15 KB
Versions: 5
Compression:
Stored size: 1.15 KB
Contents
# BmcApi::NetworkConfiguration ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **gateway_address** | **String** | The address of the gateway assigned / to assign to the server.<br> When used as part of request body, IP address has to be part of a private/public network or an IP block assigned to this server.<br> Gateway address also has to be assigned on an already deployed resource unless the address matches the BMC gateway address in a public network/IP block or the `force` query parameter is true. | [optional] | | **private_network_configuration** | [**PrivateNetworkConfiguration**](PrivateNetworkConfiguration.md) | | [optional] | | **ip_blocks_configuration** | [**IpBlocksConfiguration**](IpBlocksConfiguration.md) | | [optional] | | **public_network_configuration** | [**PublicNetworkConfiguration**](PublicNetworkConfiguration.md) | | [optional] | ## Example ```ruby require 'pnap_bmc_api' instance = BmcApi::NetworkConfiguration.new( gateway_address: 182.16.0.145, private_network_configuration: null, ip_blocks_configuration: null, public_network_configuration: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems