octopusservernodes

package
v2.41.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OctopusServerNodeResource

type OctopusServerNodeResource struct {
	IsInMaintenanceMode bool   `json:"IsInMaintenanceMode"`
	MaxConcurrentTasks  int32  `json:"MaxConcurrentTasks,omitempty"`
	Name                string `json:"Name,omitempty"`

	resources.Resource
}

func NewOctopusServerNodeResource

func NewOctopusServerNodeResource() *OctopusServerNodeResource

type OctopusServerNodeService

type OctopusServerNodeService struct {
	services.CanDeleteService
	// contains filtered or unexported fields
}

func NewOctopusServerNodeService

func NewOctopusServerNodeService(sling *sling.Sling, uriTemplate string, clusterSummaryPath string) *OctopusServerNodeService

type OctopusServerNodesQuery

type OctopusServerNodesQuery struct {
	IDs         []string `uri:"ids,omitempty" url:"ids,omitempty"`
	PartialName string   `uri:"partialName,omitempty" url:"partialName,omitempty"`
	Skip        int      `uri:"skip,omitempty" url:"skip,omitempty"`
	Take        int      `uri:"take,omitempty" url:"take,omitempty"`
}

Jump to

Keyboard shortcuts

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