planResources

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2018 License: Apache-2.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plan

type Plan struct {
	Name          string      `json:"name,omitempty"`
	Description   string      `json:"description,omitempty"`
	Pool          PoolType    `json:"pool,omitempty"`
	VirtualServer VirtualType `json:"virtualServer,omitempty"`
	ID            string
}

Plan used for per route config

type Plans

type Plans struct {
	Plans []Plan `json:"plans"`
}

Plans holds our plans

type PoolType

type PoolType struct {
	Balance        string                   `json:"balance,omitempty"`
	HealthMonitors []bigipResources.Monitor `json:"healthMonitors,omitempty"`
}

PoolType holds pool info

type VirtualType

type VirtualType struct {
	Policies    []string `json:"policies,omitempty"`
	Profiles    []string `json:"profiles,omitempty"`
	SslProfiles []string `json:"sslProfiles,omitempty"`
}

VirtualType holds virtual info

Jump to

Keyboard shortcuts

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