Show / Hide Table of Contents

Class SupportedService

SupportedService specifies the VPC Service Controls and its properties.

Inheritance
object
SupportedService
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class SupportedService : IDirectResponseSchema

Properties

AvailableOnRestrictedVip

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.

Declaration
[JsonProperty("availableOnRestrictedVip")]
public virtual bool? AvailableOnRestrictedVip { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KnownLimitations

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

Declaration
[JsonProperty("knownLimitations")]
public virtual bool? KnownLimitations { get; set; }
Property Value
Type Description
bool?

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ServiceSupportStage

The support stage of the service.

Declaration
[JsonProperty("serviceSupportStage")]
public virtual string ServiceSupportStage { get; set; }
Property Value
Type Description
string

SupportStage

The support stage of the service.

Declaration
[JsonProperty("supportStage")]
public virtual string SupportStage { get; set; }
Property Value
Type Description
string

SupportedMethods

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

Declaration
[JsonProperty("supportedMethods")]
public virtual IList<MethodSelector> SupportedMethods { get; set; }
Property Value
Type Description
IList<MethodSelector>

Title

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

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX