[−][src]Struct rusoto_discovery::ListServerNeighborsRequest
Fields
configuration_id: String
Configuration ID of the server for which neighbors are being listed.
max_results: Option<i64>
Maximum number of results to return in a single page of output.
neighbor_configuration_ids: Option<Vec<String>>
List of configuration IDs to test for one-hop-away.
next_token: Option<String>
Token to retrieve the next set of results. For example, if you previously specified 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds
but set ListServerNeighborsRequest$maxResults
to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
port_information_needed: Option<bool>
Flag to indicate if port and protocol information is needed as part of the response.
Trait Implementations
impl PartialEq<ListServerNeighborsRequest> for ListServerNeighborsRequest
[src]
fn eq(&self, other: &ListServerNeighborsRequest) -> bool
[src]
fn ne(&self, other: &ListServerNeighborsRequest) -> bool
[src]
impl Default for ListServerNeighborsRequest
[src]
impl Clone for ListServerNeighborsRequest
[src]
fn clone(&self) -> ListServerNeighborsRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ListServerNeighborsRequest
[src]
impl Serialize for ListServerNeighborsRequest
[src]
Auto Trait Implementations
impl Send for ListServerNeighborsRequest
impl Sync for ListServerNeighborsRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self