customerversionprofile

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomScopeCustomerIDs

type CustomScopeCustomerIDs struct {
	CustomerID           string `json:"customerId"`
	ExcludeConstellation bool   `json:"excludeConstellation"`
	Name                 string `json:"name"`
}

type CustomScopeRequestCustomerIDs

type CustomScopeRequestCustomerIDs struct {
	AddCustomerIDs    string `json:"addCustomerIds"`
	DeletecustomerIDs string `json:"deleteCustomerIds"`
}

type CustomerVersionProfile

type CustomerVersionProfile struct {
	CreationTime                  string                        `json:"creationTime,omitempty"`
	CustomScopeCustomerIDs        []CustomScopeCustomerIDs      `json:"customScopeCustomerIds"`
	CustomScopeRequestCustomerIDs CustomScopeRequestCustomerIDs `json:"customScopeRequestCustomerIds"`
	CustomerID                    string                        `json:"customerId"`
	Description                   string                        `json:"description"`
	ID                            string                        `json:"id,omitempty"`
	ModifiedBy                    string                        `json:"modifiedBy"`
	ModifiedTime                  string                        `json:"modifiedTime"`
	Name                          string                        `json:"name"`
	UpgradePriority               string                        `json:"upgradePriority"`
	Versions                      []Versions                    `json:"versions"`
	VisibilityScope               string                        `json:"visibilityScope"`
}

type Service

type Service struct {
	Client *zpa.Client
}

func New

func New(c *zpa.Client) *Service

func (*Service) Get

func (service *Service) Get(versionID string) (*CustomerVersionProfile, *http.Response, error)

func (*Service) GetAll

func (service *Service) GetAll() ([]CustomerVersionProfile, *http.Response, error)

func (*Service) GetByName

func (service *Service) GetByName(versionProfileName string) (*CustomerVersionProfile, *http.Response, error)

type Versions

type Versions struct {
	CreationTime             string `json:"creationTime,omitempty"`
	CustomerID               string `json:"customerId"`
	ID                       string `json:"id,omitempty"`
	ModifiedBy               string `json:"modifiedBy"`
	ModifiedTime             string `json:"modifiedTime"`
	Platform                 string `json:"platform"`
	RestartAfterUptimeInDays string `json:"restartAfterUptimeInDays"`
	Role                     string `json:"role"`
	Version                  string `json:"version"`
	VersionProfileGID        string `json:"version_profile_gid"`
}

Jump to

Keyboard shortcuts

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