network

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2026 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderIPPoolIPv4Config

func RenderIPPoolIPv4Config(t *testing.T, overrides map[string]string) (string, error)

RenderIPPoolIPv4Config generates a Terraform configuration for hpe_morpheus_ip_pool_ipv4 resource. It accepts an optional map of field overrides. If nil or empty, default values are used.

func RenderNetworkDomainConfig

func RenderNetworkDomainConfig(t *testing.T, overrides map[string]string) (string, error)

RenderNetworkDomainConfig generates a Terraform configuration for the tenant resource. It accepts optional overrides for field values. Default values are used if not overridden.

func ResourceIPPoolIPv4

func ResourceIPPoolIPv4() *schema.Resource

func ResourceNetworkDomain

func ResourceNetworkDomain() *schema.Resource

Types

type IPRange

type IPRange struct {
	ID           int64  `json:"id"`
	StartAddress string `json:"startAddress"`
	EndAddress   string `json:"endAddress"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL