Struct google_manager1_beta2::AllowedRule [] [src]

pub struct AllowedRule {
    pub ip_protocol: Option<String>,
    pub ports: Option<Vec<String>>,
}

An allowed port resource.

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

Fields

?tcp?, ?udp? or ?icmp?

List of ports or port ranges (Example inputs include: ["22"], [?33?, "12345-12349"].

Trait Implementations

impl Debug for AllowedRule
[src]

Formats the value using the given formatter.

impl Clone for AllowedRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AllowedRule
[src]

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

impl Part for AllowedRule
[src]