Class GoogleCloudAiplatformV1beta1PscAutomatedEndpoints
PscAutomatedEndpoints defines the output of the forwarding rule automatically created by each PscAutomationConfig.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PscAutomatedEndpoints : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchAddress
Ip Address created by the automated forwarding rule.
Declaration
[JsonProperty("matchAddress")]
public virtual string MatchAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Corresponding network in pscAutomationConfigs.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Corresponding project_id in pscAutomationConfigs
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |