gogol-compute-0.3.0: Google Compute 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.Compute.Subnetworks.ExpandIPCIdRRange

Contents

Description

Expands the IP CIDR range of the subnetwork to a specified value.

See: Compute Engine API Reference for compute.subnetworks.expandIpCidrRange.

Synopsis

REST Resource

type SubnetworksExpandIPCIdRRangeResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("subnetworks" :> (Capture "subnetwork" Text :> ("expandIpCidrRange" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SubnetworksExpandIPCIdRRangeRequest :> Post '[JSON] Operation)))))))))) Source #

A resource alias for compute.subnetworks.expandIpCidrRange method which the SubnetworksExpandIPCIdRRange request conforms to.

Creating a Request

data SubnetworksExpandIPCIdRRange Source #

Expands the IP CIDR range of the subnetwork to a specified value.

See: subnetworksExpandIPCIdRRange smart constructor.

Instances

Eq SubnetworksExpandIPCIdRRange Source # 
Data SubnetworksExpandIPCIdRRange Source # 

Methods

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

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

toConstr :: SubnetworksExpandIPCIdRRange -> Constr #

dataTypeOf :: SubnetworksExpandIPCIdRRange -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SubnetworksExpandIPCIdRRange Source # 
Generic SubnetworksExpandIPCIdRRange Source # 
GoogleRequest SubnetworksExpandIPCIdRRange Source # 
type Rep SubnetworksExpandIPCIdRRange Source # 
type Rep SubnetworksExpandIPCIdRRange = D1 (MetaData "SubnetworksExpandIPCIdRRange" "Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange" "gogol-compute-0.3.0-JmC4j0JQjdEJ6YK33fLFL4" False) (C1 (MetaCons "SubnetworksExpandIPCIdRRange'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_seicirrProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_seicirrPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SubnetworksExpandIPCIdRRangeRequest))) ((:*:) (S1 (MetaSel (Just Symbol "_seicirrSubnetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_seicirrRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes SubnetworksExpandIPCIdRRange Source # 
type Scopes SubnetworksExpandIPCIdRRange = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/compute" ([] Symbol))
type Rs SubnetworksExpandIPCIdRRange Source # 

Request Lenses

seicirrSubnetwork :: Lens' SubnetworksExpandIPCIdRRange Text Source #

Name of the Subnetwork resource to update.

seicirrRegion :: Lens' SubnetworksExpandIPCIdRRange Text Source #

Name of the region scoping this request.