ComponentParameters

Information about the component level parameters for an application.

JSON representation
{
  "component": string,
  "parameters": [
    {
      object (Parameter)
    }
  ],
  "connectionsParameters": [
    {
      object (ConnectionParameters)
    }
  ],
  "state": enum (State),
  "componentParameterSchema": [
    {
      object (ComponentParameterSchema)
    }
  ],
  "applicationInfo": {
    object (ComponentApplicationInfo)
  },
  "effectiveApplicationInfo": {
    object (ComponentApplicationInfo)
  }
}
Fields
component

string

Required. The name of the component parameter.

parameters[]

object (Parameter)

Optional. A list of parameters associated with the component.

connectionsParameters[]

object (ConnectionParameters)

Output only. A list of connections associated with the component.

state

enum (State)

Output only. Deployment state of the component.

componentParameterSchema[]

object (ComponentParameterSchema)

Output only. The component parameter schema, which includes possible parameter values.

applicationInfo

object (ComponentApplicationInfo)

Optional. The application associated with the component.

effectiveApplicationInfo

object (ComponentApplicationInfo)

Output only. The effective application associated with the component. This is the server set application field.