Documentation ¶
Index ¶
- type AddEndpoint
- type AddIpAddressEndpoint
- type ChangePoolOrDbEndpoint
- type DeleteEndpoint
- type DeleteIpAddressEndpoint
- type ExistsEndpoint
- type FindEndpoint
- type ListEndpoint
- type ListIpAddressesEndpoint
- type SetActiveEndpoint
- type SetCustomerEndpoint
- type SetDbRoleEndpoint
- type SetPathBlockedEndpoint
- type SetPathEndpoint
- type SetRoleEndpoint
- type SetShadowPathEndpoint
- type TenancyEndpoint
- type TenancyService
- type TenancyUpdateEndpoint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddEndpoint ¶
type AddEndpoint struct {
TenancyEndpoint
}
func Add ¶
func Add(s *TenancyService) *AddEndpoint
func (*AddEndpoint) HandleRequest ¶
func (e *AddEndpoint) HandleRequest(request api_server.Request) error
type AddIpAddressEndpoint ¶
type AddIpAddressEndpoint struct {
TenancyUpdateEndpoint
}
func AddIpAddress ¶
func AddIpAddress(s *TenancyService) *AddIpAddressEndpoint
func (*AddIpAddressEndpoint) HandleRequest ¶
func (s *AddIpAddressEndpoint) HandleRequest(request api_server.Request) error
type ChangePoolOrDbEndpoint ¶
type ChangePoolOrDbEndpoint struct {
TenancyUpdateEndpoint
}
func ChangePoolOrDb ¶
func ChangePoolOrDb(s *TenancyService) *ChangePoolOrDbEndpoint
func (*ChangePoolOrDbEndpoint) HandleRequest ¶
func (s *ChangePoolOrDbEndpoint) HandleRequest(request api_server.Request) error
type DeleteEndpoint ¶
type DeleteEndpoint struct {
TenancyEndpoint
}
func Delete ¶
func Delete(s *TenancyService) *DeleteEndpoint
func (*DeleteEndpoint) HandleRequest ¶
func (e *DeleteEndpoint) HandleRequest(request api_server.Request) error
type DeleteIpAddressEndpoint ¶
type DeleteIpAddressEndpoint struct {
TenancyUpdateEndpoint
}
func DeleteIpAddress ¶
func DeleteIpAddress(s *TenancyService) *DeleteIpAddressEndpoint
func (*DeleteIpAddressEndpoint) HandleRequest ¶
func (s *DeleteIpAddressEndpoint) HandleRequest(request api_server.Request) error
type ExistsEndpoint ¶
type ExistsEndpoint struct {
TenancyEndpoint
}
func Exists ¶
func Exists(s *TenancyService) *ExistsEndpoint
func (*ExistsEndpoint) HandleRequest ¶
func (e *ExistsEndpoint) HandleRequest(request api_server.Request) error
type FindEndpoint ¶
type FindEndpoint struct {
TenancyEndpoint
}
func Find ¶
func Find(s *TenancyService) *FindEndpoint
func (*FindEndpoint) HandleRequest ¶
func (f *FindEndpoint) HandleRequest(request api_server.Request) error
type ListEndpoint ¶
type ListEndpoint struct {
TenancyEndpoint
}
func List ¶
func List(s *TenancyService) *ListEndpoint
func (*ListEndpoint) HandleRequest ¶
func (e *ListEndpoint) HandleRequest(request api_server.Request) error
type ListIpAddressesEndpoint ¶
type ListIpAddressesEndpoint struct {
TenancyEndpoint
}
func ListIpAddresses ¶
func ListIpAddresses(s *TenancyService) *ListIpAddressesEndpoint
func (*ListIpAddressesEndpoint) HandleRequest ¶
func (e *ListIpAddressesEndpoint) HandleRequest(request api_server.Request) error
type SetActiveEndpoint ¶
type SetActiveEndpoint struct {
TenancyUpdateEndpoint
}
func SetActive ¶
func SetActive(s *TenancyService) *SetActiveEndpoint
func (*SetActiveEndpoint) HandleRequest ¶
func (s *SetActiveEndpoint) HandleRequest(request api_server.Request) error
type SetCustomerEndpoint ¶
type SetCustomerEndpoint struct {
TenancyUpdateEndpoint
}
func SetCustomer ¶
func SetCustomer(s *TenancyService) *SetCustomerEndpoint
func (*SetCustomerEndpoint) HandleRequest ¶
func (s *SetCustomerEndpoint) HandleRequest(request api_server.Request) error
type SetDbRoleEndpoint ¶
type SetDbRoleEndpoint struct {
TenancyUpdateEndpoint
}
func SetDbRole ¶
func SetDbRole(s *TenancyService) *SetDbRoleEndpoint
func (*SetDbRoleEndpoint) HandleRequest ¶
func (s *SetDbRoleEndpoint) HandleRequest(request api_server.Request) error
type SetPathBlockedEndpoint ¶
type SetPathBlockedEndpoint struct {
TenancyUpdateEndpoint
}
func SetPathBlocked ¶
func SetPathBlocked(s *TenancyService) *SetPathBlockedEndpoint
func (*SetPathBlockedEndpoint) HandleRequest ¶
func (s *SetPathBlockedEndpoint) HandleRequest(request api_server.Request) error
type SetPathEndpoint ¶
type SetPathEndpoint struct {
TenancyUpdateEndpoint
}
func SetPath ¶
func SetPath(s *TenancyService) *SetPathEndpoint
func (*SetPathEndpoint) HandleRequest ¶
func (s *SetPathEndpoint) HandleRequest(request api_server.Request) error
type SetRoleEndpoint ¶
type SetRoleEndpoint struct {
TenancyUpdateEndpoint
}
func SetRole ¶
func SetRole(s *TenancyService) *SetRoleEndpoint
func (*SetRoleEndpoint) HandleRequest ¶
func (s *SetRoleEndpoint) HandleRequest(request api_server.Request) error
type SetShadowPathEndpoint ¶
type SetShadowPathEndpoint struct {
TenancyUpdateEndpoint
}
func SetShadowPath ¶
func SetShadowPath(s *TenancyService) *SetShadowPathEndpoint
func (*SetShadowPathEndpoint) HandleRequest ¶
func (s *SetShadowPathEndpoint) HandleRequest(request api_server.Request) error
type TenancyEndpoint ¶
type TenancyEndpoint struct { api_server.EndpointBase // contains filtered or unexported fields }
func (*TenancyEndpoint) Construct ¶
func (e *TenancyEndpoint) Construct(service *TenancyService, op api.Operation)
type TenancyService ¶
type TenancyService struct { api_server.ServiceBase Tenancies multitenancy.TenancyController TenanciesResource api.Resource TenancyResource api.Resource IpAddressesResource api.Resource }
func NewTenancyService ¶
func NewTenancyService(tenancyController multitenancy.TenancyController) *TenancyService
type TenancyUpdateEndpoint ¶
type TenancyUpdateEndpoint struct { api_server.ResourceEndpoint // contains filtered or unexported fields }
func (*TenancyUpdateEndpoint) Construct ¶
func (e *TenancyUpdateEndpoint) Construct(service *TenancyService, ep api_server.ResourceEndpointI, epName string, op api.Operation)
Click to show internal directories.
Click to hide internal directories.