Struct aws_sdk_robomaker::model::PortMapping [−][src]
#[non_exhaustive]pub struct PortMapping {
pub job_port: i32,
pub application_port: i32,
pub enable_on_public_ip: bool,
}Expand description
An object representing a port mapping.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.job_port: i32The port number on the simulation job instance to use as a remote connection point.
application_port: i32The port number on the application.
enable_on_public_ip: boolA Boolean indicating whether to enable this port mapping on public IP.
Implementations
The port number on the simulation job instance to use as a remote connection point.
The port number on the application.
A Boolean indicating whether to enable this port mapping on public IP.
Creates a new builder-style object to manufacture PortMapping
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PortMapping
impl Send for PortMapping
impl Sync for PortMapping
impl Unpin for PortMapping
impl UnwindSafe for PortMapping
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more