Sha256: c34cbbe1d305d86db5b2d38e8ede222726f50ec8f43b2c2f1aef64407075b3fd

Contents?: true

Size: 809 Bytes

Versions: 4

Compression:

Stored size: 809 Bytes

Contents

# BmcApi::IpBlocksConfiguration

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **configuration_type** | **String** | (Write-only) Determines the approach for configuring IP blocks for the server being provisioned. If PURCHASE_NEW is selected, the smallest supported range, depending on the operating system, is allocated to the server. | [optional][default to 'PURCHASE_NEW'] |
| **ip_blocks** | [**Array<ServerIpBlock>**](ServerIpBlock.md) | Used to specify the previously purchased IP blocks to assign to this server upon provisioning. Used alongside the USER_DEFINED configurationType. | [optional] |

## Example

```ruby
require 'pnap_bmc_api'

instance = BmcApi::IpBlocksConfiguration.new(
  configuration_type: null,
  ip_blocks: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pnap_bmc_api-2.1.0 docs/IpBlocksConfiguration.md
pnap_bmc_api-2.0.0 docs/IpBlocksConfiguration.md
pnap_bmc_api-1.5.0 docs/IpBlocksConfiguration.md
pnap_bmc_api-1.4.0 docs/IpBlocksConfiguration.md