Class GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo
The connection information of the SandboxEnvironment.
Implements
Inherited Members
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 |
RoutingToken
Output only. The routing token for the SandboxEnvironment.
Declaration
[JsonProperty("routingToken")]
public virtual string RoutingToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SandboxHostname
Output only. The hostname of the SandboxEnvironment.
Declaration
[JsonProperty("sandboxHostname")]
public virtual string SandboxHostname { 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 |