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