Resource: NetworkMonitoringProvider
Message describing NetworkMonitoringProvider resource.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "providerType": enum ( |
| Fields | |
|---|---|
name |
Output only. Identifier. Name of the resource. Format: |
createTime |
Output only. The time the NetworkMonitoringProvider was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time the NetworkMonitoringProvider was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
providerType |
Required. Type of the NetworkMonitoringProvider. |
providerUri |
Output only. Link to the provider's UI. |
state |
Output only. State of the NetworkMonitoringProvider. |
errors[] |
Output only. The list of error messages detected for the NetworkMonitoringProvider. |
ProviderType
Possible types of NetworkMonitoringProvider resource.
| Enums | |
|---|---|
PROVIDER_TYPE_UNSPECIFIED |
The default value. This value is used if the type is omitted. |
EXTERNAL |
External provider. |
State
Possible states of NetworkMonitoringProvider resource.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
The default value. This value is used if the status is omitted. |
ACTIVATING |
NetworkMonitoringProvider is being activated. |
ACTIVE |
NetworkMonitoringProvider is active. |
SUSPENDING |
NetworkMonitoringProvider is being suspended. |
SUSPENDED |
NetworkMonitoringProvider is suspended. |
DELETING |
NetworkMonitoringProvider is being deleted. |
DELETED |
NetworkMonitoringProvider is deleted. |
Methods |
|
|---|---|
|
Creates a NetworkMonitoringProvider resource. |
|
Deletes a NetworkMonitoringProvider resource and all of its child resources. |
|
Generates a provider access token for a given Google access token. |
|
Gets the NetworkMonitoringProvider resource. |
|
Lists NetworkMonitoringProviders for a given project and location. |