Resource: IpamAdminScope
Message describing IpamAdminScope object
| JSON representation |
|---|
{ "name": string, "enabledAddonPlatforms": [ enum ( |
| Fields | |
|---|---|
name |
Required. Identifier. name of resource |
enabledAddonPlatforms[] |
Required. Addon platforms that are enabled for this IPAM admin scope. Cloud Number Registry only discovers the IP addresses from the enabled platforms. |
scopes[] |
Required. Administrative scopes enabled for IP address discovery and management. For example, "organizations/1234567890". Minimum of 1 scope is required. In preview, only one organization scope is allowed. |
state |
Output only. State of resource discovery pipeline. |
createTime |
Output only. [Output only] Create time stamp 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. [Output only] Update time stamp 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: |
labels |
Optional. Labels as key value pairs An object containing a list of |
AddOnPlatform
Enum for add-on platforms.
| Enums | |
|---|---|
ADD_ON_PLATFORM_UNSPECIFIED |
Unspecified add-on platform. |
COMPUTE_ENGINE |
Google Compute Engine. |
GCE |
Deprecated: Use COMPUTE_ENGINE instead. |
DiscoveryPipelineState
Enum for IpamAdminScope discovery pipeline state.
| Enums | |
|---|---|
DISCOVERY_PIPELINE_STATE_UNSPECIFIED |
Unspecified state. |
INTERNAL_FAILURE |
Internal failure. |
FAILED |
Failure. |
SETUP_IN_PROGRESS |
Setup in progress. |
READY_FOR_USE |
Ready for use. |
DELETING_IN_PROGRESS |
Deleting in progress. |
UPDATING |
Updating. |
RECOVERING |
Recovering. |
DISABLED |
Disabled. |
DELETION_COMPLETED |
Deleting completed. |
CLEANUP_IN_PROGRESS |
Cleanup in progress. |
READY_FOR_DELETION |
Ready for deletion. |
Methods |
|
|---|---|
|
Checks the availability of IPAM admin scopes in a given project and location. |
|
Cleans up a single IpamAdminScope. |
|
Creates a new IpamAdminScope in a given project and location. |
|
Deletes a single IpamAdminScope. |
|
Disables a single IpamAdminScope. |
|
Gets details of a single IpamAdminScope. |
|
List all IPAM admin scopes in a given project and location. |
|
Updates the parameters of a single IpamAdminScope. |