createInternalnetwork.Rd
Create a new InternalNetwork
createInternalnetwork( name, ipAddress, prefixLength, siteId = NULL, networkId = NULL, tunnelId = NULL, organizationId = Sys.getenv("umbrellaOrganizationId") )
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 |