#[non_exhaustive]pub struct ServerShortInfoResponse { /* private fields */ }
Expand description
Describes a server in a Fleet Advisor collector inventory.
Implementations§
source§impl ServerShortInfoResponse
impl ServerShortInfoResponse
sourcepub fn server_id(&self) -> Option<&str>
pub fn server_id(&self) -> Option<&str>
The ID of a server in a Fleet Advisor collector inventory.
sourcepub fn ip_address(&self) -> Option<&str>
pub fn ip_address(&self) -> Option<&str>
The IP address of a server in a Fleet Advisor collector inventory.
sourcepub fn server_name(&self) -> Option<&str>
pub fn server_name(&self) -> Option<&str>
The name address of a server in a Fleet Advisor collector inventory.
source§impl ServerShortInfoResponse
impl ServerShortInfoResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServerShortInfoResponse
.
Trait Implementations§
source§impl Clone for ServerShortInfoResponse
impl Clone for ServerShortInfoResponse
source§fn clone(&self) -> ServerShortInfoResponse
fn clone(&self) -> ServerShortInfoResponse
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 ServerShortInfoResponse
impl Debug for ServerShortInfoResponse
source§impl PartialEq<ServerShortInfoResponse> for ServerShortInfoResponse
impl PartialEq<ServerShortInfoResponse> for ServerShortInfoResponse
source§fn eq(&self, other: &ServerShortInfoResponse) -> bool
fn eq(&self, other: &ServerShortInfoResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.