| Property | Value |
|---|
| Kind | Subnet |
| API Group/Version | arubacloud.com/v1alpha1 |
| CRD Name | subnets.arubacloud.com |
| Scope | Namespaced |
| Short Names | sn, arusn |
A Subnet defines a network segment within a VPC. CloudServers attach to one or more Subnets to receive network connectivity. Each Subnet belongs to exactly one VPC and one Project. Subnets support DHCP configuration and can be of type Advanced (full-featured, with DHCP support) or Basic.
| Field | Type | Required | Default | Validation | Description |
|---|
tenant | string | No | — | — | Aruba Cloud tenant identifier. Must match the owning VPC's tenant. |
region | string | Yes | ITBG-Bergamo | — | Aruba Cloud region. Must match the parent VPC's region. |
type | string | Yes | — | Enum: Advanced, Basic | Subnet type. Advanced supports DHCP; Basic is a simpler variant. |
cidr | string | Yes | — | IPv4 CIDR pattern (e.g., 10.0.1.0/24) | The IP address range for this subnet |
dhcp.enabled | bool | Yes | — | — | Whether DHCP is enabled for this subnet |
tags | []string | No | |