public interface TpuConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnabled() (deprecated)
public abstract boolean getEnabled()
Whether Cloud TPU integration is enabled or not.
bool enabled = 1;
Returns | |
---|---|
Type | Description |
boolean |
The enabled. |
getIpv4CidrBlock() (deprecated)
public abstract String getIpv4CidrBlock()
IPv4 CIDR block reserved for Cloud TPU in the VPC.
string ipv4_cidr_block = 3;
Returns | |
---|---|
Type | Description |
String |
The ipv4CidrBlock. |
getIpv4CidrBlockBytes() (deprecated)
public abstract ByteString getIpv4CidrBlockBytes()
IPv4 CIDR block reserved for Cloud TPU in the VPC.
string ipv4_cidr_block = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ipv4CidrBlock. |
getUseServiceNetworking() (deprecated)
public abstract boolean getUseServiceNetworking()
Whether to use service networking for Cloud TPU or not.
bool use_service_networking = 2;
Returns | |
---|---|
Type | Description |
boolean |
The useServiceNetworking. |