gogol-compute-0.5.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 "requestId" Text :> (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 # 
Instance details

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

Data SubnetworksExpandIPCIdRRange Source # 
Instance details

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

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 # 
Instance details

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

Generic SubnetworksExpandIPCIdRRange Source # 
Instance details

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

Associated Types

type Rep SubnetworksExpandIPCIdRRange :: Type -> Type #

GoogleRequest SubnetworksExpandIPCIdRRange Source # 
Instance details

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

type Rep SubnetworksExpandIPCIdRRange Source # 
Instance details

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

type Rep SubnetworksExpandIPCIdRRange = D1 (MetaData "SubnetworksExpandIPCIdRRange" "Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "SubnetworksExpandIPCIdRRange'" PrefixI True) ((S1 (MetaSel (Just "_seicirrRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_seicirrProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_seicirrPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SubnetworksExpandIPCIdRRangeRequest) :*: (S1 (MetaSel (Just "_seicirrSubnetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_seicirrRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes SubnetworksExpandIPCIdRRange Source # 
Instance details

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

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

Defined in Network.Google.Resource.Compute.Subnetworks.ExpandIPCIdRRange

Request Lenses

seicirrRequestId :: Lens' SubnetworksExpandIPCIdRRange (Maybe Text) Source #

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

seicirrSubnetwork :: Lens' SubnetworksExpandIPCIdRRange Text Source #

Name of the Subnetwork resource to update.

seicirrRegion :: Lens' SubnetworksExpandIPCIdRRange Text Source #

Name of the region scoping this request.