gogol-servicenetworking-0.5.0: Google Service Networking 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.ServiceNetworking.Services.Connections.List

Contents

Description

List the private connections that are configured in a service consumer's VPC network.

See: Service Networking API Reference for servicenetworking.services.connections.list.

Synopsis

REST Resource

type ServicesConnectionsListResource = "v1" :> (Capture "parent" Text :> ("connections" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "network" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListConnectionsResponse))))))))) Source #

A resource alias for servicenetworking.services.connections.list method which the ServicesConnectionsList request conforms to.

Creating a Request

servicesConnectionsList Source #

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

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

data ServicesConnectionsList Source #

List the private connections that are configured in a service consumer's VPC network.

See: servicesConnectionsList smart constructor.

Instances
Eq ServicesConnectionsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

Data ServicesConnectionsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

Methods

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

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

toConstr :: ServicesConnectionsList -> Constr #

dataTypeOf :: ServicesConnectionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ServicesConnectionsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

Generic ServicesConnectionsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

Associated Types

type Rep ServicesConnectionsList :: Type -> Type #

GoogleRequest ServicesConnectionsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

type Rep ServicesConnectionsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

type Rep ServicesConnectionsList = D1 (MetaData "ServicesConnectionsList" "Network.Google.Resource.ServiceNetworking.Services.Connections.List" "gogol-servicenetworking-0.5.0-8ZYyNJVUNnRE5WvJBnqzZ8" False) (C1 (MetaCons "ServicesConnectionsList'" PrefixI True) ((S1 (MetaSel (Just "_sclParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_sclXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_sclUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_sclAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sclUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_sclNetwork") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sclCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ServicesConnectionsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

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

Defined in Network.Google.Resource.ServiceNetworking.Services.Connections.List

Request Lenses

sclParent :: Lens' ServicesConnectionsList Text Source #

The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter value, all configured peering services are listed.

sclUploadProtocol :: Lens' ServicesConnectionsList (Maybe Text) Source #

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

sclUploadType :: Lens' ServicesConnectionsList (Maybe Text) Source #

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

sclNetwork :: Lens' ServicesConnectionsList (Maybe Text) Source #

The name of service consumer's VPC network that's connected with service producer network through a private connection. The network name must be in the following format: `projects/{project}/global/networks/{network}`. {project} is a project number, such as in `12345` that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network.