# Functions
NewCloudInfoServiceFromEnv is a factory function used for creating a new initialized service structure.
NewCloudInfoServiceWithKey is a factory function used for creating a new initialized service structure.
NewGetTestRegionOptions will return the option struct with defaults.
PrintResourceKey will print a formatted list of resources to stdout keyList is an ordered list of keys to print available keys are: Name, Location, State, ResourceID, CRN, ResourceGroupID, ResourcePlanID, SubType, Type, URL, AccountID, CreatedBy, DashboardURL, GUID, LastOperationState, LastOperationType, ScheduledReclaimBy resources is a list of resources to print.
PrintResources will print a formatted list of resources to stdout resources is a list of resources to print.
ProjectsMemberIsDeployFailed checks if a member is in a state that indicates deployment failure.
ProjectsMemberIsDeploying checks if a member is in a state that indicates it is currently deploying.
ProjectsMemberIsUndeployed checks if a member is in an undeployed state.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CloudInfoService is a structure that is used as the receiver to many methods in this package.
CloudInfoServiceOptions structure used as input params for service constructor.
ConfigDetails Config details for a config or stack.
No description provided by the author
extend the CloudConnection struct to add zone (region or datacenter).
ProjectsConfig Config for creating a project.
RegionData is a data structure used for holding configurable information about a region.
No description provided by the author
# Interfaces
interface for the cloudinfo service (can be mocked in tests).
# Type aliases
SortedRegionsDataByPriority is an array of RegionData struct that is used as a receiver to implement the sort interface (Len/Less/Swap) with supplied methods to sort the array on the field RegionData.TestPriority.