Class Instance (0.6.1)

Instance(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An Instance represents the instance resources of the Registry. Currently, only one instance is allowed for each project.

Attributes

NameDescription
name str
Format: projects/*/locations/*/instance. Currently only locations/global is supported.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last update timestamp.
state google.cloud.apigee_registry_v1.types.Instance.State
Output only. The current state of the Instance.
state_message str
Output only. Extra information of Instance.State if the state is FAILED.
config google.cloud.apigee_registry_v1.types.Instance.Config
Required. Config of the Instance.

Classes

Config

Config(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Available configurations to provision an Instance.

State

State(value)

State of the Instance.

Values: STATE_UNSPECIFIED (0): The default value. This value is used if the state is omitted. INACTIVE (1): The Instance has not been initialized or has been deleted. CREATING (2): The Instance is being created. ACTIVE (3): The Instance has been created and is ready for use. UPDATING (4): The Instance is being updated. DELETING (5): The Instance is being deleted. FAILED (6): The Instance encountered an error during a state change.