Struct google_serviceregistryalpha::EndpointEndpointVisibility [] [src]

pub struct EndpointEndpointVisibility {
    pub networks: Option<Vec<String>>,
}

There is no detailed description.

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

Fields

Google Compute Engine networks for which the name of this endpoint should be resolvable through DNS.

Trait Implementations

impl Debug for EndpointEndpointVisibility
[src]

Formats the value using the given formatter.

impl Clone for EndpointEndpointVisibility
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EndpointEndpointVisibility
[src]

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

impl Part for EndpointEndpointVisibility
[src]