Struct gapi_grpc::google::container::v1beta1::TpuConfig[][src]

pub struct TpuConfig {
    pub enabled: bool,
    pub use_service_networking: bool,
    pub ipv4_cidr_block: String,
}

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]