Struct aws_sdk_appmesh::model::VirtualGatewaySpec
source · #[non_exhaustive]pub struct VirtualGatewaySpec { /* private fields */ }
Expand description
An object that represents the specification of a service mesh resource.
Implementations§
source§impl VirtualGatewaySpec
impl VirtualGatewaySpec
sourcepub fn backend_defaults(&self) -> Option<&VirtualGatewayBackendDefaults>
pub fn backend_defaults(&self) -> Option<&VirtualGatewayBackendDefaults>
A reference to an object that represents the defaults for backends.
sourcepub fn listeners(&self) -> Option<&[VirtualGatewayListener]>
pub fn listeners(&self) -> Option<&[VirtualGatewayListener]>
The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.
sourcepub fn logging(&self) -> Option<&VirtualGatewayLogging>
pub fn logging(&self) -> Option<&VirtualGatewayLogging>
An object that represents logging information.
source§impl VirtualGatewaySpec
impl VirtualGatewaySpec
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewaySpec
.
Trait Implementations§
source§impl Clone for VirtualGatewaySpec
impl Clone for VirtualGatewaySpec
source§fn clone(&self) -> VirtualGatewaySpec
fn clone(&self) -> VirtualGatewaySpec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VirtualGatewaySpec
impl Debug for VirtualGatewaySpec
source§impl PartialEq<VirtualGatewaySpec> for VirtualGatewaySpec
impl PartialEq<VirtualGatewaySpec> for VirtualGatewaySpec
source§fn eq(&self, other: &VirtualGatewaySpec) -> bool
fn eq(&self, other: &VirtualGatewaySpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.