public interface NetworkSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableInternetAccess()
Whether to enable public internet access.
|
String |
getNetwork()
The full name of the Google Compute Engine
[network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)
|
com.google.protobuf.ByteString |
getNetworkBytes()
The full name of the Google Compute Engine
[network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)
|
String |
getSubnetwork()
The name of the subnet that this instance is in.
|
com.google.protobuf.ByteString |
getSubnetworkBytes()
The name of the subnet that this instance is in.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnableInternetAccess()
Whether to enable public internet access. Default false.
bool enable_internet_access = 1;String getNetwork()
The full name of the Google Compute Engine [network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)
string network = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNetworkBytes()
The full name of the Google Compute Engine [network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)
string network = 2 [(.google.api.resource_reference) = { ... }String getSubnetwork()
The name of the subnet that this instance is in.
Format:
`projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}`
string subnetwork = 3 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getSubnetworkBytes()
The name of the subnet that this instance is in.
Format:
`projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}`
string subnetwork = 3 [(.google.api.resource_reference) = { ... }Copyright © 2024 Google LLC. All rights reserved.