Documentation ¶ Index ¶ func GetGREInternalIPRange(ctx context.Context, service *zscaler.Service, count int) (*[]GREInternalIPRange, error) type GREInternalIPRange Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetGREInternalIPRange ¶ func GetGREInternalIPRange(ctx context.Context, service *zscaler.Service, count int) (*[]GREInternalIPRange, error) Types ¶ type GREInternalIPRange ¶ type GREInternalIPRange struct { // Starting IP address in the range StartIPAddress string `json:"startIPAddress,omitempty"` // Ending IP address in the range EndIPAddress string `json:"endIPAddress,omitempty"` } Source Files ¶ View all Source files greinternalipranges.go Click to show internal directories. Click to hide internal directories.