Class: Google::Cloud::Container::V1beta1::TpuConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Whether Cloud TPU integration is enabled or not.

Returns:

  • (::Boolean)

    Whether Cloud TPU integration is enabled or not.



5656
5657
5658
5659
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5656

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.

Returns:

  • (::String)

    IPv4 CIDR block reserved for Cloud TPU in the VPC.



5656
5657
5658
5659
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5656

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.

Returns:

  • (::Boolean)

    Whether to use service networking for Cloud TPU or not.



5656
5657
5658
5659
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5656

class TpuConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end