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.zones.clusters.startIpRotation
.
Synopsis
- type ProjectsZonesClustersStartIPRotationResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (CaptureMode "clusterId" "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)))))))))))))
- projectsZonesClustersStartIPRotation :: Text -> StartIPRotationRequest -> Text -> Text -> ProjectsZonesClustersStartIPRotation
- data ProjectsZonesClustersStartIPRotation
- pzcsirXgafv :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Xgafv)
- pzcsirUploadProtocol :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)
- pzcsirAccessToken :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)
- pzcsirUploadType :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)
- pzcsirZone :: Lens' ProjectsZonesClustersStartIPRotation Text
- pzcsirPayload :: Lens' ProjectsZonesClustersStartIPRotation StartIPRotationRequest
- pzcsirClusterId :: Lens' ProjectsZonesClustersStartIPRotation Text
- pzcsirProjectId :: Lens' ProjectsZonesClustersStartIPRotation Text
- pzcsirCallback :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)
REST Resource
type ProjectsZonesClustersStartIPRotationResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (CaptureMode "clusterId" "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.zones.clusters.startIpRotation
method which the
ProjectsZonesClustersStartIPRotation
request conforms to.
Creating a Request
projectsZonesClustersStartIPRotation Source #
Creates a value of ProjectsZonesClustersStartIPRotation
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesClustersStartIPRotation Source #
Start master IP rotation.
See: projectsZonesClustersStartIPRotation
smart constructor.
Instances
Request Lenses
pzcsirXgafv :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Xgafv) Source #
V1 error format.
pzcsirUploadProtocol :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzcsirAccessToken :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text) Source #
OAuth access token.
pzcsirUploadType :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzcsirZone :: Lens' ProjectsZonesClustersStartIPRotation Text Source #
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
pzcsirPayload :: Lens' ProjectsZonesClustersStartIPRotation StartIPRotationRequest Source #
Multipart request metadata.
pzcsirClusterId :: Lens' ProjectsZonesClustersStartIPRotation Text Source #
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
pzcsirProjectId :: Lens' ProjectsZonesClustersStartIPRotation Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.