Struct google_api_proto::google::cloud::backupdr::v1::ManagementServer
source · pub struct ManagementServer {Show 16 fields
pub name: String,
pub description: String,
pub labels: BTreeMap<String, String>,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub type: i32,
pub management_uri: Option<ManagementUri>,
pub workforce_identity_based_management_uri: Option<WorkforceIdentityBasedManagementUri>,
pub state: i32,
pub networks: Vec<NetworkConfig>,
pub etag: String,
pub oauth2_client_id: String,
pub workforce_identity_based_oauth2_client_id: Option<WorkforceIdentityBasedOAuth2ClientId>,
pub ba_proxy_uri: Vec<String>,
pub satisfies_pzs: Option<bool>,
pub satisfies_pzi: bool,
}
Expand description
ManagementServer describes a single BackupDR ManagementServer instance.
Fields§
§name: String
Output only. Identifier. The resource name.
description: String
Optional. The description of the ManagementServer instance (2048 characters or less).
labels: BTreeMap<String, String>
Optional. Resource labels to represent user provided metadata. Labels currently defined:
- migrate_from_go=<false|true> If set to true, the MS is created in migration ready mode.
create_time: Option<Timestamp>
Output only. The time when the instance was created.
update_time: Option<Timestamp>
Output only. The time when the instance was updated.
type: i32
Optional. The type of the ManagementServer resource.
management_uri: Option<ManagementUri>
Output only. The hostname or ip address of the exposed AGM endpoints, used by clients to connect to AGM/RD graphical user interface and APIs.
workforce_identity_based_management_uri: Option<WorkforceIdentityBasedManagementUri>
Output only. The hostnames of the exposed AGM endpoints for both types of user i.e. 1p and 3p, used to connect AGM/RM UI.
state: i32
Output only. The ManagementServer state.
networks: Vec<NetworkConfig>
Required. VPC networks to which the ManagementServer instance is connected. For this version, only a single network is supported.
etag: String
Optional. Server specified ETag for the ManagementServer resource to prevent simultaneous updates from overwiting each other.
oauth2_client_id: String
Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the ‘aud’ field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
workforce_identity_based_oauth2_client_id: Option<WorkforceIdentityBasedOAuth2ClientId>
Output only. The OAuth client IDs for both types of user i.e. 1p and 3p.
ba_proxy_uri: Vec<String>
Output only. The hostname or ip address of the exposed AGM endpoints, used by BAs to connect to BA proxy.
satisfies_pzs: Option<bool>
Output only. Reserved for future use.
satisfies_pzi: bool
Output only. Reserved for future use.
Implementations§
source§impl ManagementServer
impl ManagementServer
sourcepub fn state(&self) -> InstanceState
pub fn state(&self) -> InstanceState
Returns the enum value of state
, or the default if the field is set to an invalid enum value.
sourcepub fn set_state(&mut self, value: InstanceState)
pub fn set_state(&mut self, value: InstanceState)
Sets state
to the provided enum value.
sourcepub fn type(&self) -> InstanceType
pub fn type(&self) -> InstanceType
Returns the enum value of type
, or the default if the field is set to an invalid enum value.
sourcepub fn set_type(&mut self, value: InstanceType)
pub fn set_type(&mut self, value: InstanceType)
Sets type
to the provided enum value.
Trait Implementations§
source§impl Clone for ManagementServer
impl Clone for ManagementServer
source§fn clone(&self) -> ManagementServer
fn clone(&self) -> ManagementServer
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ManagementServer
impl Debug for ManagementServer
source§impl Default for ManagementServer
impl Default for ManagementServer
source§impl Message for ManagementServer
impl Message for ManagementServer
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ManagementServer
impl PartialEq for ManagementServer
source§fn eq(&self, other: &ManagementServer) -> bool
fn eq(&self, other: &ManagementServer) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ManagementServer
Auto Trait Implementations§
impl Freeze for ManagementServer
impl RefUnwindSafe for ManagementServer
impl Send for ManagementServer
impl Sync for ManagementServer
impl Unpin for ManagementServer
impl UnwindSafe for ManagementServer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request