Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit.
A unit of deployment that has its lifecycle via a CRUD API using an actuation engine under the hood (e.g. based on Terraform, Helm or a custom implementation provided by a service producer). A building block of a SaaS Tenant.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotations
def annotations() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
#annotations=
def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
#conditions
def conditions() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitCondition>
- (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitCondition>) — Optional. Output only. A set of conditions which indicate the various conditions this resource can have.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was created.
#dependencies
def dependencies() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitDependency>
- (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitDependency>) — Optional. Output only. Set of dependencies for this unit. Maximum 10.
#dependents
def dependents() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitDependency>
- (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitDependency>) — Optional. Output only. List of Units that depend on this unit. Unit can only be deprovisioned if this list is empty. Maximum 1000.
#etag
def etag() -> ::String
- (::String) — Output only. An opaque value that uniquely identifies a version or generation of a resource. It can be used to confirm that the client and server agree on the ordering of a resource being written.
#input_variables
def input_variables() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable>
- (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable>) — Optional. Output only. Indicates the current input variables deployed by the unit
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels on the resource, which can be used for categorization. similar to Kubernetes resource labels.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels on the resource, which can be used for categorization. similar to Kubernetes resource labels.
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels on the resource, which can be used for categorization. similar to Kubernetes resource labels.
#maintenance
def maintenance() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::MaintenanceSettings
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::MaintenanceSettings) — Optional. Captures requested directives for performing future maintenance on the unit. This includes a request for the unit to skip maintenance for a period of time and remain pinned to its current release as well as controls for postponing maintenance scheduled in future.
#maintenance=
def maintenance=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::MaintenanceSettings
- value (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::MaintenanceSettings) — Optional. Captures requested directives for performing future maintenance on the unit. This includes a request for the unit to skip maintenance for a period of time and remain pinned to its current release as well as controls for postponing maintenance scheduled in future.
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::MaintenanceSettings) — Optional. Captures requested directives for performing future maintenance on the unit. This includes a request for the unit to skip maintenance for a period of time and remain pinned to its current release as well as controls for postponing maintenance scheduled in future.
#management_mode
def management_mode() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::ManagementMode
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::ManagementMode) — Optional. Immutable. Indicates whether the Unit life cycle is controlled by the user or by the system. Immutable once created.
#management_mode=
def management_mode=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::ManagementMode
- value (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::ManagementMode) — Optional. Immutable. Indicates whether the Unit life cycle is controlled by the user or by the system. Immutable once created.
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::ManagementMode) — Optional. Immutable. Indicates whether the Unit life cycle is controlled by the user or by the system. Immutable once created.
#name
def name() -> ::String
-
(::String) — Identifier. The resource name (full URI of the resource) following the
standard naming scheme:
"projects/{project}/locations/{location}/units/{unit}"
#name=
def name=(value) -> ::String
-
value (::String) — Identifier. The resource name (full URI of the resource) following the
standard naming scheme:
"projects/{project}/locations/{location}/units/{unit}"
-
(::String) — Identifier. The resource name (full URI of the resource) following the
standard naming scheme:
"projects/{project}/locations/{location}/units/{unit}"
#ongoing_operations
def ongoing_operations() -> ::Array<::String>
- (::Array<::String>) — Optional. Output only. List of concurrent UnitOperations that are operating on this Unit.
#output_variables
def output_variables() -> ::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable>
- (::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitVariable>) — Optional. Output only. Set of key/value pairs corresponding to output variables from execution of actuation templates. The variables are declared in actuation configs (e.g in helm chart or terraform) and the values are fetched and returned by the actuation engine upon completion of execution.
#pending_operations
def pending_operations() -> ::Array<::String>
- (::Array<::String>) — Optional. Output only. List of pending (wait to be executed) UnitOperations for this unit.
#release
def release() -> ::String
- (::String) — Optional. Output only. The current Release object for this Unit.
#scheduled_operations
def scheduled_operations() -> ::Array<::String>
- (::Array<::String>) — Optional. Output only. List of scheduled UnitOperations for this unit.
#state
def state() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::UnitState
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::UnitState) — Optional. Output only. Current lifecycle state of the resource (e.g. if it's being created or ready to use).
#system_cleanup_at
def system_cleanup_at() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Optional. Output only. If set, indicates the time when the system will start removing the unit.
#system_managed_state
def system_managed_state() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::SystemManagedState
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::SystemManagedState) — Optional. Output only. Indicates the system managed state of the unit.
#tenant
def tenant() -> ::String
- (::String) — Optional. Reference to the Saas Tenant resource this unit belongs to. This for example informs the maintenance policies to use for scheduling future updates on a unit. (optional and immutable once created)
#tenant=
def tenant=(value) -> ::String
- value (::String) — Optional. Reference to the Saas Tenant resource this unit belongs to. This for example informs the maintenance policies to use for scheduling future updates on a unit. (optional and immutable once created)
- (::String) — Optional. Reference to the Saas Tenant resource this unit belongs to. This for example informs the maintenance policies to use for scheduling future updates on a unit. (optional and immutable once created)
#uid
def uid() -> ::String
- (::String) — Output only. The unique identifier of the resource. UID is unique in the time and space for this resource within the scope of the service. It is typically generated by the server on successful creation of a resource and must not be changed. UID is used to uniquely identify resources with resource name reuses. This should be a UUID4.
#unit_kind
def unit_kind() -> ::String
- (::String) — Optional. Reference to the UnitKind this Unit belongs to. Immutable once set.
#unit_kind=
def unit_kind=(value) -> ::String
- value (::String) — Optional. Reference to the UnitKind this Unit belongs to. Immutable once set.
- (::String) — Optional. Reference to the UnitKind this Unit belongs to. Immutable once set.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was last updated. Any change to the resource made by users must refresh this value. Changes to a resource made by the service should refresh this value.