Versions in this module Expand all Collapse all v1 v1.6.65 Sep 23, 2024 v1.6.64 Sep 13, 2024 v1.6.4 Sep 13, 2024 Changes in this version + type AZ struct + Name string + Region string + type FileInfo struct + AZs []AZ + Hosts []Host + Networks []Network + Regions []Region + Routers []Router + Subnets []Subnet + VMs []VM + VPCs []VPC + type FileReader struct + Name string + RegionUuid string + Uuid string + UuidGenerate string + func NewFileReader(orgID int, domain mysqlmodel.Domain) (*FileReader, error) + func (f *FileReader) CheckAuth() error + func (f *FileReader) ClearDebugLog() + func (f *FileReader) GetCloudData() (model.Resource, error) + type Host struct + AZ string + IP string + MemoryMb int + Region string + VCPUs int + type Network struct + AZ string + External bool + Name string + NetType string + Region string + SegmentationID int + Shared bool + VPC string + type Port struct + IP string + Mac string + Subnet string + type Region struct + Name string + type Router struct + GWLaunchServer string + Name string + Ports []Port + Region string + VPC string + type Subnet struct + CIDR string + GatewayIP string + Name string + Network string + type VM struct + AZ string + LaunchServer string + Name string + Ports []Port + Region string + VPC string + type VPC struct + Name string + Region string