ObjectNetworkIntegration represents a network integration.
(networkIntegrationName string)
| 310 | |
| 311 | // ObjectNetworkIntegration represents a network integration. |
| 312 | func ObjectNetworkIntegration(networkIntegrationName string) Object { |
| 313 | object, _ := NewObject(ObjectTypeNetworkIntegration, "", networkIntegrationName) |
| 314 | return object |
| 315 | } |
| 316 | |
| 317 | // ObjectNetworkZone represents a network zone. |
| 318 | func ObjectNetworkZone(projectName string, networkZoneName string) Object { |
no test coverage detected
searching dependent graphs…