Show / Hide Table of Contents

Class PrivateAccess

Defines ingress and egress private traffic settings for CCAIP instances.

Inheritance
object
PrivateAccess
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.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class PrivateAccess : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EgressSettings

List of egress components that should not be accessed via the Internet. For more information see go/ccaip-private-path-v2.

Declaration
[JsonProperty("egressSettings")]
public virtual IList<Component> EgressSettings { get; set; }
Property Value
Type Description
IList<Component>

IngressSettings

List of ingress components that should not be accessed via the Internet. For more information see go/ccaip-private-path-v2.

Declaration
[JsonProperty("ingressSettings")]
public virtual IList<Component> IngressSettings { get; set; }
Property Value
Type Description
IList<Component>

PscSetting

Private service connect settings.

Declaration
[JsonProperty("pscSetting")]
public virtual PscSetting PscSetting { get; set; }
Property Value
Type Description
PscSetting

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX