#[non_exhaustive]pub struct DescribeCustomerMetadataOutput { /* private fields */ }Implementations§
source§impl DescribeCustomerMetadataOutput
impl DescribeCustomerMetadataOutput
sourcepub fn agreements(&self) -> Option<&[CustomerAgreement]>
pub fn agreements(&self) -> Option<&[CustomerAgreement]>
The list of customer agreements.
sourcepub fn nni_partner_type(&self) -> Option<&NniPartnerType>
pub fn nni_partner_type(&self) -> Option<&NniPartnerType>
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
-
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
-
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
-
nonPartner: The customer is not a partner.
source§impl DescribeCustomerMetadataOutput
impl DescribeCustomerMetadataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCustomerMetadataOutput.
Trait Implementations§
source§impl Clone for DescribeCustomerMetadataOutput
impl Clone for DescribeCustomerMetadataOutput
source§fn clone(&self) -> DescribeCustomerMetadataOutput
fn clone(&self) -> DescribeCustomerMetadataOutput
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 PartialEq<DescribeCustomerMetadataOutput> for DescribeCustomerMetadataOutput
impl PartialEq<DescribeCustomerMetadataOutput> for DescribeCustomerMetadataOutput
source§fn eq(&self, other: &DescribeCustomerMetadataOutput) -> bool
fn eq(&self, other: &DescribeCustomerMetadataOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.