Cloud AI Platform v1 API - Class PscAutomatedEndpoints (2.27.0)

public sealed class PscAutomatedEndpoints : IMessage<PscAutomatedEndpoints>, IEquatable<PscAutomatedEndpoints>, IDeepCloneable<PscAutomatedEndpoints>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class PscAutomatedEndpoints.

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

Inheritance

object > PscAutomatedEndpoints

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PscAutomatedEndpoints()

public PscAutomatedEndpoints()

PscAutomatedEndpoints(PscAutomatedEndpoints)

public PscAutomatedEndpoints(PscAutomatedEndpoints other)
Parameter
NameDescription
otherPscAutomatedEndpoints

Properties

MatchAddress

public string MatchAddress { get; set; }

Ip Address created by the automated forwarding rule.

Property Value
TypeDescription
string

Network

public string Network { get; set; }

Corresponding network in pscAutomationConfigs.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Corresponding project_id in pscAutomationConfigs

Property Value
TypeDescription
string