Sha256: 33e72180f9c10be918f42ddc6e9717672434abd2dd4811b94fb4e6f97ae014a9

Contents?: true

Size: 866 Bytes

Versions: 2

Compression:

Stored size: 866 Bytes

Contents

# BmcApi::ServerNetworkUpdate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ips** | **Array<String>** | List of IPs to be associated to the server.<br> Valid IP formats are single IPv4 addresses or IPv4 ranges. IPs must be within the network's range.<br> Setting the `force` query parameter to `true` allows you to:<ul> <li> Assign no specific IP addresses by designating an empty array of IPs. <li> Assign one or more IP addresses which are already configured on other resource(s) in network. <li> Assign IP addresses which are considered as reserved in network.</ul> | [optional] |

## Example

```ruby
require 'pnap_bmc_api'

instance = BmcApi::ServerNetworkUpdate.new(
  ips: ["10.1.1.1","10.1.1.20 - 10.1.1.25"]
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_bmc_api-2.1.0 docs/ServerNetworkUpdate.md
pnap_bmc_api-2.0.0 docs/ServerNetworkUpdate.md