pub struct GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute {
pub basepath: Option<String>,
pub envgroup: Option<String>,
pub environment: Option<String>,
pub percentage: Option<i32>,
}Expand description
Route deployed in the ingress routing table.
This type is not used in any activity, and only used as part of another schema.
Fields§
§basepath: Option<String>Base path in the routing table.
envgroup: Option<String>Environment group where this route is installed.
environment: Option<String>Destination environment. This will be empty if the route is not yet reported.
percentage: Option<i32>Percentage of ingress replicas reporting this route.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl Clone for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
Source§fn clone(&self) -> GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
fn clone(&self) -> GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
Returns a duplicate 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 Default for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl Default for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
Source§fn default() -> GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
fn default() -> GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl RefUnwindSafe for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl Send for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl Sync for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl Unpin for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
impl UnwindSafe for GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
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
Mutably borrows from an owned value. Read more