Show / Hide Table of Contents

Class GoogleCloudAiplatformV1GatewayConfig

Configuration for a single gateway.

Inheritance
object
GoogleCloudAiplatformV1GatewayConfig
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GatewayConfig : IDirectResponseSchema

Properties

AllowedProjects

Optional. Additional consumer projects permitted to attach their own PSC endpoint to this gateway's ServiceAttachment. This is the "decoupled" mode, where the customer creates the PSC endpoint in a project other than this gateway's network project. Each listed project is VPC-SC enforced: it must be within the caller's service perimeter. The owning SemanticGovernancePolicyEngine's own project is always permitted implicitly and need not be listed. Format: project ID or number.

Declaration
[JsonProperty("allowedProjects")]
public virtual IList<string> AllowedProjects { get; set; }
Property Value
Type Description
IList<string>

DnsRecord

Output only. The fully qualified record name of the created A-record in Cloud DNS.

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

DnsZoneName

Optional. FQDN of the private DNS zone to create DNS record set for PSC endpoint.

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

ETag

The ETag of the item.

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

IpAddress

Output only. The private IP address of the PSC endpoint.

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

Network

Optional. The URI of the network resource where PSC-E will be provisioned. if not provided default network will be used. Format: projects/{project}/global/networks/{network}

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

PscEndpoint

Output only. The self-link or name of the Private Service Connect endpoint forwarding rule.

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

State

Output only. The state of the Gateway configuration.

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

Subnetwork

Optional. The URI of the subnetwork resource where PSC-E will be provisioned. if not provided default subnet will be used from the same {location} Format: projects/{project}/regions/{region}/subnetworks/{subnetwork}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX