#[non_exhaustive]pub struct NetworkResourceSummary { /* private fields */ }
Expand description
Describes a network resource.
Implementations§
source§impl NetworkResourceSummary
impl NetworkResourceSummary
sourcepub fn registered_gateway_arn(&self) -> Option<&str>
pub fn registered_gateway_arn(&self) -> Option<&str>
The ARN of the gateway.
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the resource.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type.
sourcepub fn definition(&self) -> Option<&str>
pub fn definition(&self) -> Option<&str>
Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
sourcepub fn is_middlebox(&self) -> bool
pub fn is_middlebox(&self) -> bool
Indicates whether this is a middlebox appliance.
source§impl NetworkResourceSummary
impl NetworkResourceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkResourceSummary
.
Trait Implementations§
source§impl Clone for NetworkResourceSummary
impl Clone for NetworkResourceSummary
source§fn clone(&self) -> NetworkResourceSummary
fn clone(&self) -> NetworkResourceSummary
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 NetworkResourceSummary
impl Debug for NetworkResourceSummary
source§impl PartialEq<NetworkResourceSummary> for NetworkResourceSummary
impl PartialEq<NetworkResourceSummary> for NetworkResourceSummary
source§fn eq(&self, other: &NetworkResourceSummary) -> bool
fn eq(&self, other: &NetworkResourceSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.