Class PrivateAccess
Defines ingress and egress private traffic settings for CCAIP instances.
Implements
Inherited Members
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 |