pub struct Instance {Show 19 fields
pub name: String,
pub display_name: String,
pub labels: BTreeMap<String, String>,
pub authorized_network: String,
pub zones: Vec<String>,
pub node_count: i32,
pub node_config: Option<NodeConfig>,
pub memcache_version: i32,
pub parameters: Option<MemcacheParameters>,
pub memcache_nodes: Vec<Node>,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub state: i32,
pub memcache_full_version: String,
pub instance_messages: Vec<InstanceMessage>,
pub discovery_endpoint: String,
pub update_available: bool,
pub maintenance_policy: Option<MaintenancePolicy>,
pub maintenance_schedule: Option<MaintenanceSchedule>,
}
Expand description
A Memorystore for Memcached instance
Fields§
§name: String
Required. Unique name of the resource in this scope including project and
location using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
Note: Memcached instances are managed and addressed at the regional level
so location_id
here refers to a Google Cloud region; however, users may
choose which zones Memcached nodes should be provisioned in within an
instance. Refer to [zones][google.cloud.memcache.v1beta2.Instance.zones] field for more details.
display_name: String
User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
labels: BTreeMap<String, String>
Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
The full name of the Google Compute Engine
network to which the
instance is connected. If left unspecified, the default
network
will be used.
zones: Vec<String>
Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
node_count: i32
Required. Number of nodes in the Memcached instance.
node_config: Option<NodeConfig>
Required. Configuration for Memcached nodes.
memcache_version: i32
The major version of Memcached software.
If not provided, latest supported version will be used. Currently the
latest supported major version is MEMCACHE_1_5
.
The minor version will be automatically determined by our system based on
the latest supported minor version.
parameters: Option<MemcacheParameters>
User defined parameters to apply to the memcached process on each node.
memcache_nodes: Vec<Node>
Output only. List of Memcached nodes. Refer to [Node][google.cloud.memcache.v1beta2.Instance.Node] message for more details.
create_time: Option<Timestamp>
Output only. The time the instance was created.
update_time: Option<Timestamp>
Output only. The time the instance was updated.
state: i32
Output only. The state of this Memcached instance.
memcache_full_version: String
Output only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be “memcached-1.5.16”.
instance_messages: Vec<InstanceMessage>
List of messages that describe the current state of the Memcached instance.
discovery_endpoint: String
Output only. Endpoint for the Discovery API.
update_available: bool
Output only. Returns true if there is an update waiting to be applied
maintenance_policy: Option<MaintenancePolicy>
The maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule.
maintenance_schedule: Option<MaintenanceSchedule>
Output only. Published maintenance schedule.
Implementations§
source§impl Instance
impl Instance
sourcepub fn memcache_version(&self) -> MemcacheVersion
pub fn memcache_version(&self) -> MemcacheVersion
Returns the enum value of memcache_version
, or the default if the field is set to an invalid enum value.
sourcepub fn set_memcache_version(&mut self, value: MemcacheVersion)
pub fn set_memcache_version(&mut self, value: MemcacheVersion)
Sets memcache_version
to the provided enum value.
Trait Implementations§
source§impl Message for Instance
impl Message for Instance
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 Instance
impl PartialEq for Instance
impl StructuralPartialEq for Instance
Auto Trait Implementations§
impl Freeze for Instance
impl RefUnwindSafe for Instance
impl Send for Instance
impl Sync for Instance
impl Unpin for Instance
impl UnwindSafe for Instance
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