Documentation ¶ Index ¶ type GREInternalIPRange type Service func New(c *zia.Client) *Service func (service *Service) GetGREInternalIPRange(count int) (*[]GREInternalIPRange, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. 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"` } type Service ¶ type Service struct { Client *zia.Client } func New ¶ func New(c *zia.Client) *Service func (*Service) GetGREInternalIPRange ¶ func (service *Service) GetGREInternalIPRange(count int) (*[]GREInternalIPRange, error) Source Files ¶ View all Source files greinternalipranges.go service.go Click to show internal directories. Click to hide internal directories.