GoogleApi.Container.V1.Api.Projects.container_projects_aggregated_usable_subnetworks_list
You're seeing just the function
container_projects_aggregated_usable_subnetworks_list
, go back to GoogleApi.Container.V1.Api.Projects module for more information.
Link to this function
container_projects_aggregated_usable_subnetworks_list(connection, parent, optional_params \\ [], opts \\ [])
View SourceSpecs
container_projects_aggregated_usable_subnetworks_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists subnetworks that are usable for creating clusters in a project.
Parameters
-
connection
(type:GoogleApi.Container.V1.Connection.t
) - Connection to server -
parent
(type:String.t
) - The parent project where subnetworks are usable. Specified in the formatprojects/*
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", wherenetworkProjectId
is the project which owns the listed subnetworks. This defaults to the parent project ID. -
:pageSize
(type:integer()
) - The max number of results per page that should be returned. If the number of available results is larger thanpage_size
, anext_page_token
is returned which can be used to get the next page of results in subsequent requests. Acceptable values are 0 to 500, inclusive. (Default: 500) -
:pageToken
(type:String.t
) - Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Container.V1.Model.ListUsableSubnetworksResponse{}}
on success -
{:error, info}
on failure