Struct google_api_proto::google::cloud::compute::v1::InstanceGroupManager
source · pub struct InstanceGroupManager {Show 25 fields
pub all_instances_config: Option<InstanceGroupManagerAllInstancesConfig>,
pub auto_healing_policies: Vec<InstanceGroupManagerAutoHealingPolicy>,
pub base_instance_name: Option<String>,
pub creation_timestamp: Option<String>,
pub current_actions: Option<InstanceGroupManagerActionsSummary>,
pub description: Option<String>,
pub distribution_policy: Option<DistributionPolicy>,
pub fingerprint: Option<String>,
pub id: Option<u64>,
pub instance_group: Option<String>,
pub instance_lifecycle_policy: Option<InstanceGroupManagerInstanceLifecyclePolicy>,
pub instance_template: Option<String>,
pub kind: Option<String>,
pub list_managed_instances_results: Option<String>,
pub name: Option<String>,
pub named_ports: Vec<NamedPort>,
pub region: Option<String>,
pub self_link: Option<String>,
pub stateful_policy: Option<StatefulPolicy>,
pub status: Option<InstanceGroupManagerStatus>,
pub target_pools: Vec<String>,
pub target_size: Option<i32>,
pub update_policy: Option<InstanceGroupManagerUpdatePolicy>,
pub versions: Vec<InstanceGroupManagerVersion>,
pub zone: Option<String>,
}
Expand description
Represents a Managed Instance Group resource. An instance group is a collection of VM instances that you can manage as a single entity. For more information, read Instance groups. For zonal Managed Instance Group, use the instanceGroupManagers resource. For regional Managed Instance Group, use the regionInstanceGroupManagers resource.
Fields§
§all_instances_config: Option<InstanceGroupManagerAllInstancesConfig>
Specifies configuration that overrides the instance template configuration for the group.
auto_healing_policies: Vec<InstanceGroupManagerAutoHealingPolicy>
The autohealing policy for this managed instance group. You can specify only one value.
base_instance_name: Option<String>
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
creation_timestamp: Option<String>
[Output Only] The creation timestamp for this managed instance group in RFC3339 text format.
current_actions: Option<InstanceGroupManagerActionsSummary>
[Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
description: Option<String>
An optional description of this resource.
distribution_policy: Option<DistributionPolicy>
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
fingerprint: Option<String>
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
id: Option<u64>
[Output Only] A unique identifier for this resource type. The server generates this identifier.
instance_group: Option<String>
[Output Only] The URL of the Instance Group resource.
instance_lifecycle_policy: Option<InstanceGroupManagerInstanceLifecyclePolicy>
The repair policy for this managed instance group.
instance_template: Option<String>
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group’s updatePolicy.type to PROACTIVE.
kind: Option<String>
[Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.
list_managed_instances_results: Option<String>
Pagination behavior of the listManagedInstances API method for this managed instance group. Check the ListManagedInstancesResults enum for the list of possible values.
name: Option<String>
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
named_ports: Vec<NamedPort>
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
region: Option<String>
[Output Only] The URL of the region where the managed instance group resides (for regional resources).
self_link: Option<String>
[Output Only] The URL for this managed instance group. The server defines this URL.
stateful_policy: Option<StatefulPolicy>
Stateful configuration for this Instanced Group Manager
status: Option<InstanceGroupManagerStatus>
[Output Only] The status of this managed instance group.
target_pools: Vec<String>
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
target_size: Option<i32>
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
update_policy: Option<InstanceGroupManagerUpdatePolicy>
The update policy for this managed instance group.
versions: Vec<InstanceGroupManagerVersion>
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
zone: Option<String>
[Output Only] The URL of a zone where the managed instance group is located (for zonal resources).
Implementations§
source§impl InstanceGroupManager
impl InstanceGroupManager
sourcepub fn creation_timestamp(&self) -> &str
pub fn creation_timestamp(&self) -> &str
Returns the value of creation_timestamp
, or the default value if creation_timestamp
is unset.
sourcepub fn target_size(&self) -> i32
pub fn target_size(&self) -> i32
Returns the value of target_size
, or the default value if target_size
is unset.
sourcepub fn instance_group(&self) -> &str
pub fn instance_group(&self) -> &str
Returns the value of instance_group
, or the default value if instance_group
is unset.
sourcepub fn region(&self) -> &str
pub fn region(&self) -> &str
Returns the value of region
, or the default value if region
is unset.
sourcepub fn fingerprint(&self) -> &str
pub fn fingerprint(&self) -> &str
Returns the value of fingerprint
, or the default value if fingerprint
is unset.
sourcepub fn list_managed_instances_results(&self) -> &str
pub fn list_managed_instances_results(&self) -> &str
Returns the value of list_managed_instances_results
, or the default value if list_managed_instances_results
is unset.
sourcepub fn instance_template(&self) -> &str
pub fn instance_template(&self) -> &str
Returns the value of instance_template
, or the default value if instance_template
is unset.
sourcepub fn base_instance_name(&self) -> &str
pub fn base_instance_name(&self) -> &str
Returns the value of base_instance_name
, or the default value if base_instance_name
is unset.
sourcepub fn description(&self) -> &str
pub fn description(&self) -> &str
Returns the value of description
, or the default value if description
is unset.
Trait Implementations§
source§impl Clone for InstanceGroupManager
impl Clone for InstanceGroupManager
source§fn clone(&self) -> InstanceGroupManager
fn clone(&self) -> InstanceGroupManager
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for InstanceGroupManager
impl Debug for InstanceGroupManager
source§impl Default for InstanceGroupManager
impl Default for InstanceGroupManager
source§impl Message for InstanceGroupManager
impl Message for InstanceGroupManager
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 InstanceGroupManager
impl PartialEq for InstanceGroupManager
source§fn eq(&self, other: &InstanceGroupManager) -> bool
fn eq(&self, other: &InstanceGroupManager) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InstanceGroupManager
Auto Trait Implementations§
impl Freeze for InstanceGroupManager
impl RefUnwindSafe for InstanceGroupManager
impl Send for InstanceGroupManager
impl Sync for InstanceGroupManager
impl Unpin for InstanceGroupManager
impl UnwindSafe for InstanceGroupManager
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