Documentation ¶
Index ¶
- func JpdAdd(flags *JpdAddFlags) error
- func JpdDelete(jpdId string, serverDetails *config.ServerDetails) error
- func LicenseAcquire(bucketId string, name string, serverDetails *config.ServerDetails) error
- func LicenseDeploy(bucketId, jpdId string, flags *LicenseDeployFlags) error
- func LicenseRelease(bucketId, jpdId string, mcDetails *config.ServerDetails) error
- type JpdAddFlags
- type LicenseAcquireRequestContent
- type LicenseDeployFlags
- type LicenseDeployRequestContent
- type LicenseReleaseRequestContent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JpdAdd ¶
func JpdAdd(flags *JpdAddFlags) error
func LicenseAcquire ¶
func LicenseAcquire(bucketId string, name string, serverDetails *config.ServerDetails) error
func LicenseDeploy ¶
func LicenseDeploy(bucketId, jpdId string, flags *LicenseDeployFlags) error
func LicenseRelease ¶
func LicenseRelease(bucketId, jpdId string, mcDetails *config.ServerDetails) error
Types ¶
type JpdAddFlags ¶
type JpdAddFlags struct { ServerDetails *config.ServerDetails JpdConfig []byte }
type LicenseDeployFlags ¶
type LicenseDeployFlags struct { ServerDetails *config.ServerDetails LicenseCount int }
type LicenseReleaseRequestContent ¶
type LicenseReleaseRequestContent struct {
Name string `json:"name,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.