View Source GoogleApi.ApigeeRegistry.V1.Model.Instance (google_api_apigee_registry v0.4.0)
An Instance represents the instance resources of the Registry. Currently, only one instance is allowed for each project.
Attributes
-
build(type:GoogleApi.ApigeeRegistry.V1.Model.Build.t, default:nil) - Output only. Build info of the Instance if it's inACTIVEstate. -
config(type:GoogleApi.ApigeeRegistry.V1.Model.Config.t, default:nil) - Required. Config of the Instance. -
createTime(type:DateTime.t, default:nil) - Output only. Creation timestamp. -
name(type:String.t, default:nil) - Format:projects/*/locations/*/instance. Currently onlylocations/globalis supported. -
state(type:String.t, default:nil) - Output only. The current state of the Instance. -
stateMessage(type:String.t, default:nil) - Output only. Extra information of Instance.State if the state isFAILED. -
updateTime(type:DateTime.t, default:nil) - Output only. Last update timestamp.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ApigeeRegistry.V1.Model.Instance{ build: GoogleApi.ApigeeRegistry.V1.Model.Build.t() | nil, config: GoogleApi.ApigeeRegistry.V1.Model.Config.t() | nil, createTime: DateTime.t() | nil, name: String.t() | nil, state: String.t() | nil, stateMessage: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.