Resource: LogicalProduct
Represents an independent service offering that can be provisioned by a customer.
| JSON representation |
|---|
{
"name": string,
"title": string,
"productSuite": string,
"variants": [
string
],
"lifecycleState": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the LogicalProduct. Format: logicalProducts/{logicalProduct}. |
title |
Display name of the LogicalProduct. |
productSuite |
Product suite associated with the logical product. Format: productSuites/{productSuite}. |
variants[] |
Output only. Child variant resource references. Format: logicalProducts/{logicalProduct}/variants/{variant} |
lifecycleState |
Output only. Current Lifecycle state of the logical product. |
replaced |
Output only. Indicates whether the logical product has been replaced. If |
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/{logicalProduct}/variants/{variant}, productSuites/{productSuite}, etc. |
Methods |
|
|---|---|
|
Gets details of a LogicalProduct. |
|
Lists LogicalProducts matching given criteria. |
|
Look up entities. |