LogicalProduct
import type { LogicalProduct } from "https://googleapis.deno.dev/v1/cloudproductregistry:v1.ts";Represents an independent service offering that can be provisioned by a customer.
§Properties
Output only. Current Lifecycle state of the logical product.
Identifier. The resource name of the LogicalProduct. Format: logicalProducts/{logical_product}.
Product suite associated with the logical product. Format: productSuites/{product_suite}.
Output only. Indicates whether the logical product has been replaced. If
false, the product is active. If true, the product has been replaced by
another type, and the replacement field contains the resource name of
that replacement.
Output only. The resource name of the Logical Entity that the logical product is replaced by. This field is only populated when this logical product is replaced by some other type. Eg: logicalProducts/{logical_product}/variants/{variant}, productSuites/{product_suite}, etc.