Class /GOOG/CL_NETWORKMANAGEMENT_V1

Class

/GOOG/CL_NETWORKMANAGEMENT_V1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Network Management API v1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 AbortInfo PUBLIC
TY_002 AppEngineVersionEndpoint PUBLIC
TY_003 AppEngineVersionInfo PUBLIC
TY_004 AuditConfig PUBLIC
TY_005 AuditLogConfig PUBLIC
TY_006 Binding PUBLIC
TY_008 CloudFunctionEndpoint PUBLIC
TY_009 CloudFunctionInfo PUBLIC
TY_010 CloudRunRevisionEndpoint PUBLIC
TY_011 CloudRunRevisionInfo PUBLIC
TY_012 CloudSQLInstanceInfo PUBLIC
TY_013 ConnectivityTest PUBLIC
TY_014 DeliverInfo PUBLIC
TY_015 DropInfo PUBLIC
TY_017 Endpoint PUBLIC
TY_018 EndpointInfo PUBLIC
TY_019 Expr PUBLIC
TY_020 FirewallInfo PUBLIC
TY_021 ForwardInfo PUBLIC
TY_022 ForwardingRuleInfo PUBLIC
TY_023 GKEMasterInfo PUBLIC
TY_024 GoogleServiceInfo PUBLIC
TY_025 InstanceInfo PUBLIC
TY_026 ListConnectivityTestsResponse PUBLIC
TY_027 ListLocationsResponse PUBLIC
TY_028 ListOperationsResponse PUBLIC
TY_029 LoadBalancerBackend PUBLIC
TY_030 LoadBalancerInfo PUBLIC
TY_031 Location PUBLIC
TY_032 NetworkInfo PUBLIC
TY_033 Operation PUBLIC
TY_034 Policy PUBLIC
TY_035 ReachabilityDetails PUBLIC
TY_037 RouteInfo PUBLIC
TY_038 SetIamPolicyRequest PUBLIC
TY_039 Status PUBLIC
TY_040 Step PUBLIC
TY_041 TestIamPermissionsRequest PUBLIC
TY_042 TestIamPermissionsResponse PUBLIC
TY_043 Trace PUBLIC
TY_044 VpcConnectorInfo PUBLIC
TY_045 VpnGatewayInfo PUBLIC
TY_046 VpnTunnelInfo PUBLIC
TY_047 EdgeLocation PUBLIC
TY_048 LatencyDistribution PUBLIC
TY_049 LatencyPercentile PUBLIC
TY_050 LoadBalancerBackendInfo PUBLIC
TY_051 NatInfo PUBLIC
TY_052 ProbingDetails PUBLIC
TY_053 ProxyConnectionInfo PUBLIC
TY_054 ServerlessNegInfo PUBLIC
TY_055 StorageBucketInfo PUBLIC
TY_056 DirectVpcEgressConnectionInfo PUBLIC
TY_057 ListVpcFlowLogsConfigsResponse PUBLIC
TY_058 RedisClusterInfo PUBLIC
TY_059 RedisInstanceInfo PUBLIC
TY_060 ServerlessExternalConnectionInfo PUBLIC
TY_061 VpcFlowLogsConfig PUBLIC
TY_T_004 AuditConfig PUBLIC
TY_T_005 AuditLogConfig PUBLIC
TY_T_006 Binding PUBLIC
TY_T_013 ConnectivityTest PUBLIC
TY_T_029 LoadBalancerBackend PUBLIC
TY_T_031 Location PUBLIC
TY_T_033 Operation PUBLIC
TY_T_040 Step PUBLIC
TY_T_043 Trace PUBLIC
TY_T_049 LatencyPercentile PUBLIC
TY_T_061 VpcFlowLogsConfig PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name networkmanagement:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://networkmanagement.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250226 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CANCEL_OPERATIONS

  • Description: projects.locations.global.operations.cancel
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_CONNECTIVITY_TESTS

  • Description: projects.locations.global.connectivityTests.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_TESTID IMPORTING STRING testId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_013 ConnectivityTest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_VPC_FLOW_LOGS_CONFIG

  • Description: projects.locations.vpcFlowLogsConfigs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_VPCFLOWLOGSCONFIGID IMPORTING STRING vpcFlowLogsConfigId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_061 VpcFlowLogsConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_CONNECTIVITY_TESTS

  • Description: projects.locations.global.connectivityTests.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_CONNECTIVITY_TESTS_ID IMPORTING STRING connectivityTestsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_OPERATIONS

  • Description: projects.locations.global.operations.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_VPC_FLOW_LOGS_CONFIG

  • Description: projects.locations.vpcFlowLogsConfigs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_VPC_FLOW_LOGS_CONFIGS_ID IMPORTING STRING vpcFlowLogsConfigsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_CONNECTIVITY_TESTS

  • Description: projects.locations.global.connectivityTests.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_CONNECTIVITY_TESTS_ID IMPORTING STRING connectivityTestsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 ConnectivityTest
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_IAM_POLICY_CONNECTIVITY

  • Description: projects.locations.global.connectivityTests.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_CONNECTIVITY_TESTS_ID IMPORTING STRING connectivityTestsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_034 Policy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_LOCATIONS

  • Description: networkmanagement.projects.locations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_031 Location
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_OPERATIONS

  • Description: networkmanagement.projects.locations.global.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_VPC_FLOW_LOGS_CONFIGS

  • Description: networkmanagement.projects.locations.vpcFlowLogsConfigs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_VPC_FLOW_LOGS_CONFIGS_ID IMPORTING STRING vpcFlowLogsConfigsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_061 VpcFlowLogsConfig
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_CONNECTIVITY_TESTS

  • Description: projects.locations.global.connectivityTests.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_026 ListConnectivityTestsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_LOCATIONS

  • Description: networkmanagement.projects.locations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_027 ListLocationsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_OPERATIONS

  • Description: networkmanagement.projects.locations.global.operations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_028 ListOperationsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_VPC_FLOW_LOGS_CONFIGS

  • Description: projects.locations.vpcFlowLogsConfigs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_057 ListVpcFlowLogsConfigsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_CONNECTIVITY_TESTS

  • Description: projects.locations.global.connectivityTests.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_CONNECTIVITY_TESTS_ID IMPORTING STRING connectivityTestsId
IS_INPUT IMPORTING TY_013 ConnectivityTest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_VPC_FLOW_LOGS_CONFIGS

  • Description: projects.locations.vpcFlowLogsConfigs.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_VPC_FLOW_LOGS_CONFIGS_ID IMPORTING STRING vpcFlowLogsConfigsId
IS_INPUT IMPORTING TY_061 VpcFlowLogsConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

RERUN_CONNECTIVITY_TESTS

  • Description: projects.locations.global.connectivityTests.rerun
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_CONNECTIVITY_TESTS_ID IMPORTING STRING connectivityTestsId
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SET_IAM_POLICY_CONNECTIVITY

  • Description: projects.locations.global.connectivityTests.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_CONNECTIVITY_TESTS_ID IMPORTING STRING connectivityTestsId
IS_INPUT IMPORTING TY_038 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_034 Policy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

TEST_IAM_PERMISSIONS_CONNEC

  • Description: locations.global.connectivityTests.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_CONNECTIVITY_TESTS_ID IMPORTING STRING connectivityTestsId
IS_INPUT IMPORTING TY_041 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_042 TestIamPermissionsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC