Class GoogleCloudAiplatformV1beta1PSCAutomationConfig
PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PSCAutomationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Required. The full name of the Google Compute Engine
network.
Format:
projects/{project}/global/networks/{network}
. Where {project} is a project number, as in '12345', and
{network} is network name.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. Project id used to create forwarding rule.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |