modifyInternalnetwork.Rd
Update an InternalNetwork
modifyInternalnetwork( internalNetworkId, name, ipAddress, prefixLength, siteId = NULL, networkId = NULL, tunnelId = NULL, organizationId = Sys.getenv("umbrellaOrganizationId") )
internalNetworkId | The internal network id related to this InternalNetwork |
---|---|
name | internal network label |
ipAddress | internal network ipv4 address |
prefixLength | prefix length |
siteId | For DNS policies: ID of Site to be associated with Internal Network. (Provide only one of siteId, networkId, or tunnelId) |
networkId | For Web policies via proxy chaining: ID of Network to be associated with Internal Network. (Provide only one of siteId, networkId, or tunnelId) |
tunnelId | For Web policies via IPsec tunnel: ID of Tunnel to be associated with Internal Network. (Provide only one of siteId, networkId, or tunnelId) |
organizationId | The organizationID related to this InternalNetwork |