Cloud AI Platform v1 API - Class PscAutomatedEndpoints (3.0.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
Name Description
other PscAutomatedEndpoints

Properties

MatchAddress

public string MatchAddress { get; set; }

Ip Address created by the automated forwarding rule.

Property Value
Type Description
string

Network

public string Network { get; set; }

Corresponding network in pscAutomationConfigs.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Corresponding project_id in pscAutomationConfigs

Property Value
Type Description
string