Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIVersionDeleteController ¶
type APIVersionDeleteController struct {
ctrl.BaseController
}
APIVersionDeleteController is the async operation controller to perform DELETE operations on API versions.
type APIVersionPutController ¶
type APIVersionPutController struct {
ctrl.BaseController
}
APIVersionPutController is the async operation controller to perform PUT operations on API versions.
type LocationDeleteController ¶
type LocationDeleteController struct {
ctrl.BaseController
}
LocationDeleteController is the async operation controller to perform DELETE operations on locations.
type LocationPutController ¶
type LocationPutController struct {
ctrl.BaseController
}
LocationPutController is the async operation controller to perform PUT operations on locations.
type ResourceProviderDeleteController ¶
type ResourceProviderDeleteController struct { ctrl.BaseController // Connection is the connection to UCP. Connection sdk.Connection }
ResourceProviderDeleteController is the async operation controller to perform DELETE operations on resource providers.
type ResourceProviderPutController ¶
type ResourceProviderPutController struct {
ctrl.BaseController
}
ResourceProviderPutController is the async operation controller to perform PUT operations on resource providers.
type ResourceTypeDeleteController ¶
type ResourceTypeDeleteController struct { ctrl.BaseController // Connection is the connection to UCP. Connection sdk.Connection }
ResourceTypeDeleteController is the async operation controller to perform DELETE operations on resource types.
type ResourceTypePutController ¶
type ResourceTypePutController struct {
ctrl.BaseController
}
ResourceTypePutController is the async operation controller to perform PUT operations on resource types.