REST Resource: services

Resource: SupportedService

SupportedService specifies the VPC Service Controls and its properties.

JSON representation
{
  "name": string,
  "supportStage": enum (LaunchStage),
  "availableOnRestrictedVip": boolean,
  "title": string,
  "supportedMethods": [
    {
      object (MethodSelector)
    }
  ],
  "knownLimitations": boolean
}
Fields
name

string

The service name/address of the supported service, such as 'service.googleapis.com'

supportStage

enum (LaunchStage)

The support stage of the service.

availableOnRestrictedVip

boolean

True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.

title

string

The name of the supported product, such as 'Cloud Product API'.

supportedMethods[]

object (MethodSelector)

The list of the supported methods. This field exists only in response to services.get

knownLimitations

boolean

True if the service is supported with some limitations. Check documentation for details.

Methods

get

Get a VPS-SC Supported Service by name.

list

Lists all VPC-SC supported services.