Show / Hide Table of Contents

Class GoogleCloudAiplatformV1PscAutomatedEndpoints

PscAutomatedEndpoints defines the output of the forwarding rule automatically created by each PscAutomationConfig.

Inheritance
object
GoogleCloudAiplatformV1PscAutomatedEndpoints
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 GoogleCloudAiplatformV1PscAutomatedEndpoints : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX