Sha256: 6202dd5100353ea9f1abc78dea96b8418888a6a50a66d9494531167b9a5ccc0a

Contents?: true

Size: 1.23 KB

Versions: 8

Compression:

Stored size: 1.23 KB

Contents

# IpApi::IpBlockCreate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **location** | **String** | IP Block location ID. Currently this field should be set to `PHX`, `ASH`, `SGP`, `NLD`, `CHI`, `SEA` or `AUS`. |  |
| **cidr_block_size** | **String** | CIDR IP Block Size. Currently this field should be set to either `/31`, `/30`, `/29` or `/28`. For a larger Block Size contact support. |  |
| **description** | **String** | The description of the IP Block. | [optional] |
| **tags** | [**Array<TagAssignmentRequest>**](TagAssignmentRequest.md) | Tags to set to the ip-block. To create a new tag or list all the existing tags that you can use, refer to [Tags API](https://developers.phoenixnap.com/docs/tags/1/overview). | [optional] |

## Example

```ruby
require 'pnap_ip_api'

instance = IpApi::IpBlockCreate.new(
  location: PHX,
  cidr_block_size: /30,
  description: IP Block #1 used for publicly accessing server #1.,
  tags: [{"name":"stage","value":"beta"},{"name":"group","value":"discounted"}]
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pnap_ip_api-2.0.1 docs/IpBlockCreate.md
pnap_ip_api-2.0.0 docs/IpBlockCreate.md
pnap_ip_api-1.1.5 docs/IpBlockCreate.md
pnap_ip_api-1.1.4 docs/IpBlockCreate.md
pnap_ip_api-1.1.3 docs/IpBlockCreate.md
pnap_ip_api-1.1.2 docs/IpBlockCreate.md
pnap_ip_api-1.1.1 docs/IpBlockCreate.md
pnap_ip_api-1.1.0 docs/IpBlockCreate.md