Struct google_resourceviews1_beta2::ServiceEndpoint [] [src]

pub struct ServiceEndpoint {
    pub name: Option<String>,
    pub port: Option<i32>,
}

The service endpoint that may be started in a VM.

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

Fields

The name of the service endpoint.

The port of the service endpoint.

Trait Implementations

impl Debug for ServiceEndpoint
[src]

Formats the value using the given formatter.

impl Clone for ServiceEndpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ServiceEndpoint
[src]

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

impl Part for ServiceEndpoint
[src]