Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig

Configuration for egress control of sandbox instances.

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

Properties

CustomerVpcNetwork

Optional. The customer VPC network that sandbox egress is routed into.

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

DnsPeeringConfigs

Optional. DNS peering configurations that allow sandbox egress to resolve customer-internal domains via the customer VPC.

Declaration
[JsonProperty("dnsPeeringConfigs")]
public virtual IList<GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfigDnsPeeringConfig> DnsPeeringConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfigDnsPeeringConfig>

ETag

The ETag of the item.

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

InternetAccess

Optional. Whether to allow internet access.

Declaration
[JsonProperty("internetAccess")]
public virtual bool? InternetAccess { get; set; }
Property Value
Type Description
bool?

NetworkAttachment

Optional. The name of the customer VPC NetworkAttachment used to draw a PSC interface IP into the customer VPC for sandbox egress.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX