Class GoogleCloudAiplatformV1GatewayConfig
Configuration for a single gateway.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GatewayConfig : IDirectResponseSchema
Properties
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 |