Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Completes master IP rotation.
See: Kubernetes Engine API Reference for container.projects.locations.clusters.completeIpRotation
.
Synopsis
- type ProjectsLocationsClustersCompleteIPRotationResource = "v1" :> (CaptureMode "name" "completeIpRotation" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CompleteIPRotationRequest :> Post '[JSON] Operation))))))))
- projectsLocationsClustersCompleteIPRotation :: CompleteIPRotationRequest -> Text -> ProjectsLocationsClustersCompleteIPRotation
- data ProjectsLocationsClustersCompleteIPRotation
- plccirXgafv :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Xgafv)
- plccirUploadProtocol :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)
- plccirAccessToken :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)
- plccirUploadType :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)
- plccirPayload :: Lens' ProjectsLocationsClustersCompleteIPRotation CompleteIPRotationRequest
- plccirName :: Lens' ProjectsLocationsClustersCompleteIPRotation Text
- plccirCallback :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)
REST Resource
type ProjectsLocationsClustersCompleteIPRotationResource = "v1" :> (CaptureMode "name" "completeIpRotation" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CompleteIPRotationRequest :> Post '[JSON] Operation)))))))) Source #
A resource alias for container.projects.locations.clusters.completeIpRotation
method which the
ProjectsLocationsClustersCompleteIPRotation
request conforms to.
Creating a Request
projectsLocationsClustersCompleteIPRotation Source #
Creates a value of ProjectsLocationsClustersCompleteIPRotation
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsClustersCompleteIPRotation Source #
Completes master IP rotation.
See: projectsLocationsClustersCompleteIPRotation
smart constructor.
Instances
Request Lenses
plccirXgafv :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Xgafv) Source #
V1 error format.
plccirUploadProtocol :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plccirAccessToken :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text) Source #
OAuth access token.
plccirUploadType :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plccirPayload :: Lens' ProjectsLocationsClustersCompleteIPRotation CompleteIPRotationRequest Source #
Multipart request metadata.
plccirName :: Lens' ProjectsLocationsClustersCompleteIPRotation Text Source #
The name (project, location, cluster id) of the cluster to complete IP rotation. Specified in the format 'projects/*/locations/*/clusters/*'.