Struct google_tpu1_alpha1::NetworkEndpoint[][src]

pub struct NetworkEndpoint {
    pub ip_address: Option<String>,
    pub port: Option<i32>,
}

A network endpoint over which a TPU worker can be reached.

This type is not used in any activity, and only used as part of another schema.

Fields

The IP address of this network endpoint.

The port of this network endpoint.

Trait Implementations

impl Default for NetworkEndpoint
[src]

Returns the "default value" for a type. Read more

impl Clone for NetworkEndpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetworkEndpoint
[src]

Formats the value using the given formatter. Read more

impl Part for NetworkEndpoint
[src]

Auto Trait Implementations