Struct gapi_grpc::google::container::v1beta1::TpuConfig [−][src]
Configuration for Cloud TPU.
Fields
enabled: bool
Whether Cloud TPU integration is enabled or not.
use_service_networking: bool
Whether to use service networking for Cloud TPU or not.
ipv4_cidr_block: String
IPv4 CIDR block reserved for Cloud TPU in the VPC.
Trait Implementations
impl Clone for TpuConfig
[src][+]
impl Debug for TpuConfig
[src][+]
impl Default for TpuConfig
[src][+]
impl Message for TpuConfig
[src][+]
impl PartialEq<TpuConfig> for TpuConfig
[src][+]
impl StructuralPartialEq for TpuConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for TpuConfig
impl Send for TpuConfig
impl Sync for TpuConfig
impl Unpin for TpuConfig
impl UnwindSafe for TpuConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,