Class: Google::Cloud::Container::V1beta1::TpuConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::TpuConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration for Cloud TPU.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether Cloud TPU integration is enabled or not.
-
#ipv4_cidr_block ⇒ ::String
IPv4 CIDR block reserved for Cloud TPU in the VPC.
-
#use_service_networking ⇒ ::Boolean
Whether to use service networking for Cloud TPU or not.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether Cloud TPU integration is enabled or not.
4856 4857 4858 4859 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4856 class TpuConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ipv4_cidr_block ⇒ ::String
Returns IPv4 CIDR block reserved for Cloud TPU in the VPC.
4856 4857 4858 4859 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4856 class TpuConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_service_networking ⇒ ::Boolean
Returns Whether to use service networking for Cloud TPU or not.
4856 4857 4858 4859 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4856 class TpuConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |