gogol-container-0.5.0: Google Kubernetes Engine SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

Contents

Description

Sets the locations for a specific cluster.

See: Kubernetes Engine API Reference for container.projects.zones.clusters.locations.

Synopsis

REST Resource

type ProjectsZonesClustersLocationsResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("clusters" :> (Capture "clusterId" Text :> ("locations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetLocationsRequest :> Post '[JSON] Operation)))))))))))))) Source #

A resource alias for container.projects.zones.clusters.locations method which the ProjectsZonesClustersLocations request conforms to.

Creating a Request

projectsZonesClustersLocations Source #

Creates a value of ProjectsZonesClustersLocations with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ProjectsZonesClustersLocations Source #

Sets the locations for a specific cluster.

See: projectsZonesClustersLocations smart constructor.

Instances
Eq ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

Data ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsZonesClustersLocations -> c ProjectsZonesClustersLocations #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsZonesClustersLocations #

toConstr :: ProjectsZonesClustersLocations -> Constr #

dataTypeOf :: ProjectsZonesClustersLocations -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsZonesClustersLocations) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsZonesClustersLocations) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsZonesClustersLocations -> ProjectsZonesClustersLocations #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsZonesClustersLocations -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsZonesClustersLocations -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsZonesClustersLocations -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsZonesClustersLocations -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsZonesClustersLocations -> m ProjectsZonesClustersLocations #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsZonesClustersLocations -> m ProjectsZonesClustersLocations #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsZonesClustersLocations -> m ProjectsZonesClustersLocations #

Show ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

Generic ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

Associated Types

type Rep ProjectsZonesClustersLocations :: Type -> Type #

GoogleRequest ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

type Rep ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

type Rep ProjectsZonesClustersLocations = D1 (MetaData "ProjectsZonesClustersLocations" "Network.Google.Resource.Container.Projects.Zones.Clusters.Locations" "gogol-container-0.5.0-Coblrag9DEC7lvFAHkhlvh" False) (C1 (MetaCons "ProjectsZonesClustersLocations'" PrefixI True) (((S1 (MetaSel (Just "_pXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SetLocationsRequest)) :*: (S1 (MetaSel (Just "_pClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

type Scopes ProjectsZonesClustersLocations = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsZonesClustersLocations Source # 
Instance details

Defined in Network.Google.Resource.Container.Projects.Zones.Clusters.Locations

Request Lenses

pUploadProtocol :: Lens' ProjectsZonesClustersLocations (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pUploadType :: Lens' ProjectsZonesClustersLocations (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pZone :: Lens' ProjectsZonesClustersLocations 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.

pClusterId :: Lens' ProjectsZonesClustersLocations Text Source #

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

pProjectId :: Lens' ProjectsZonesClustersLocations Text Source #

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.