View Source GoogleApi.Memcache.V1beta2.Model.Instance (google_api_memcache v0.21.1)

A Memorystore for Memcached instance

Attributes

  • authorizedNetwork (type: String.t, default: nil) - The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the default network will be used.
  • createTime (type: DateTime.t, default: nil) - Output only. The time the instance was created.
  • discoveryEndpoint (type: String.t, default: nil) - Output only. Endpoint for the Discovery API.
  • displayName (type: String.t, default: nil) - User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
  • instanceMessages (type: list(GoogleApi.Memcache.V1beta2.Model.InstanceMessage.t), default: nil) - List of messages that describe the current state of the Memcached instance.
  • labels (type: map(), default: nil) - Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
  • maintenancePolicy (type: GoogleApi.Memcache.V1beta2.Model.GoogleCloudMemcacheV1beta2MaintenancePolicy.t, default: nil) - The maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule.
  • maintenanceSchedule (type: GoogleApi.Memcache.V1beta2.Model.MaintenanceSchedule.t, default: nil) - Output only. Published maintenance schedule.
  • memcacheFullVersion (type: String.t, default: nil) - 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".
  • memcacheNodes (type: list(GoogleApi.Memcache.V1beta2.Model.Node.t), default: nil) - Output only. List of Memcached nodes. Refer to Node message for more details.
  • memcacheVersion (type: String.t, default: nil) - 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.
  • name (type: String.t, default: nil) - 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 field for more details.
  • nodeConfig (type: GoogleApi.Memcache.V1beta2.Model.NodeConfig.t, default: nil) - Required. Configuration for Memcached nodes.
  • nodeCount (type: integer(), default: nil) - Required. Number of nodes in the Memcached instance.
  • parameters (type: GoogleApi.Memcache.V1beta2.Model.MemcacheParameters.t, default: nil) - User defined parameters to apply to the memcached process on each node.
  • reservedIpRangeId (type: list(String.t), default: nil) - Optional. Contains the id of allocated IP address ranges associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29.
  • state (type: String.t, default: nil) - Output only. The state of this Memcached instance.
  • updateAvailable (type: boolean(), default: nil) - Output only. Returns true if there is an update waiting to be applied
  • updateTime (type: DateTime.t, default: nil) - Output only. The time the instance was updated.
  • zones (type: list(String.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Memcache.V1beta2.Model.Instance{
  authorizedNetwork: String.t() | nil,
  createTime: DateTime.t() | nil,
  discoveryEndpoint: String.t() | nil,
  displayName: String.t() | nil,
  instanceMessages:
    [GoogleApi.Memcache.V1beta2.Model.InstanceMessage.t()] | nil,
  labels: map() | nil,
  maintenancePolicy:
    GoogleApi.Memcache.V1beta2.Model.GoogleCloudMemcacheV1beta2MaintenancePolicy.t()
    | nil,
  maintenanceSchedule:
    GoogleApi.Memcache.V1beta2.Model.MaintenanceSchedule.t() | nil,
  memcacheFullVersion: String.t() | nil,
  memcacheNodes: [GoogleApi.Memcache.V1beta2.Model.Node.t()] | nil,
  memcacheVersion: String.t() | nil,
  name: String.t() | nil,
  nodeConfig: GoogleApi.Memcache.V1beta2.Model.NodeConfig.t() | nil,
  nodeCount: integer() | nil,
  parameters: GoogleApi.Memcache.V1beta2.Model.MemcacheParameters.t() | nil,
  reservedIpRangeId: [String.t()] | nil,
  state: String.t() | nil,
  updateAvailable: boolean() | nil,
  updateTime: DateTime.t() | nil,
  zones: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.