Class GoogleCloudAiplatformV1beta1NetworkSpec
Network spec.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NetworkSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableInternetAccess
Whether to enable public internet access. Default false.
Declaration
[JsonProperty("enableInternetAccess")]
public virtual bool? EnableInternetAccess { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Network
The full name of the Google Compute Engine network
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnetwork
The name of the subnet that this instance is in. Format:
projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}
Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
Type | Description |
---|---|
string |