Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo

The connection information of the SandboxEnvironment.

Inheritance
object
GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo
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 GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LoadBalancerHostname

Output only. The hostname of the load balancer.

Declaration
[JsonProperty("loadBalancerHostname")]
public virtual string LoadBalancerHostname { get; set; }
Property Value
Type Description
string

LoadBalancerIp

Output only. The IP address of the load balancer.

Declaration
[JsonProperty("loadBalancerIp")]
public virtual string LoadBalancerIp { get; set; }
Property Value
Type Description
string

SandboxInternalIp

Output only. The internal IP address of the SandboxEnvironment.

Declaration
[JsonProperty("sandboxInternalIp")]
public virtual string SandboxInternalIp { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX