Struct rusoto_lightsail::PortInfo [] [src]

pub struct PortInfo {
    pub from_port: Option<i64>,
    pub protocol: Option<String>,
    pub to_port: Option<i64>,
}

Describes information about the ports on your virtual private server (or instance).

Fields

The first port in the range.

The protocol.

The last port in the range.

Trait Implementations

impl Default for PortInfo
[src]

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

impl Debug for PortInfo
[src]

Formats the value using the given formatter.

impl Clone for PortInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more