InstanceWithNamedPorts

JSON representation
{
  "instance": string,
  "status": enum (Status),
  "namedPorts": [
    {
      object (NamedPort)
    }
  ]
}
Fields
instance

string

[Output Only] The URL of the instance.

status

enum (Status)

[Output Only] The status of the instance.

namedPorts[]

object (NamedPort)

[Output Only] The named ports that belong to this instance group.