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 |
Start master IP rotation.
See: Kubernetes Engine API Reference for container.projects.locations.clusters.startIpRotation
.
Synopsis
- type ProjectsLocationsClustersStartIPRotationResource = "v1" :> (CaptureMode "name" "startIpRotation" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StartIPRotationRequest :> Post '[JSON] Operation))))))))
- projectsLocationsClustersStartIPRotation :: StartIPRotationRequest -> Text -> ProjectsLocationsClustersStartIPRotation
- data ProjectsLocationsClustersStartIPRotation
- plcsirXgafv :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Xgafv)
- plcsirUploadProtocol :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)
- plcsirAccessToken :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)
- plcsirUploadType :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)
- plcsirPayload :: Lens' ProjectsLocationsClustersStartIPRotation StartIPRotationRequest
- plcsirName :: Lens' ProjectsLocationsClustersStartIPRotation Text
- plcsirCallback :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)
REST Resource
type ProjectsLocationsClustersStartIPRotationResource = "v1" :> (CaptureMode "name" "startIpRotation" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StartIPRotationRequest :> Post '[JSON] Operation)))))))) Source #
A resource alias for container.projects.locations.clusters.startIpRotation
method which the
ProjectsLocationsClustersStartIPRotation
request conforms to.
Creating a Request
projectsLocationsClustersStartIPRotation Source #
Creates a value of ProjectsLocationsClustersStartIPRotation
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsClustersStartIPRotation Source #
Start master IP rotation.
See: projectsLocationsClustersStartIPRotation
smart constructor.
Instances
Request Lenses
plcsirXgafv :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Xgafv) Source #
V1 error format.
plcsirUploadProtocol :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plcsirAccessToken :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text) Source #
OAuth access token.
plcsirUploadType :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plcsirPayload :: Lens' ProjectsLocationsClustersStartIPRotation StartIPRotationRequest Source #
Multipart request metadata.
plcsirName :: Lens' ProjectsLocationsClustersStartIPRotation Text Source #
The name (project, location, cluster id) of the cluster to start IP rotation. Specified in the format 'projects/*/locations/*/clusters/*'.