Directories ¶
Path | Synopsis |
---|---|
Package common_function_gateways contains functionality for working with ECL Commnon Function Gateway resources.
|
Package common_function_gateways contains functionality for working with ECL Commnon Function Gateway resources. |
testing
Package testing contains common function gateways unit tests
|
Package testing contains common function gateways unit tests |
Package common_function_pool contains functionality for working with ECL Common Function Pool resources.
|
Package common_function_pool contains functionality for working with ECL Common Function Pool resources. |
testing
Common Function Pool unit tests
|
Common Function Pool unit tests |
Package fic_gateways provides information of several service in the Enterprise Cloud Compute service Example to List FIC Gateways listOpts := fic_gateways.ListOpts{ Status: "ACTIVE", } allPages, err := fic_gateways.List(client, listOpts).AllPages() if err != nil { panic(err) } allFICGateways, err := fic_gateways.ExtractFICGateways(allPages) if err != nil { panic(err) } for _, ficGateway := range allFICGateways { fmt.Printf("%+v", ficGateway) } Example to Show FIC Gateway id := "02dc9a22-129c-4b12-9936-4080f6a7ae44" ficGateway, err := fic_gateways.Get(client, id).Extract() if err != nil { panic(err) } fmt.Print(ficGateway)
|
Package fic_gateways provides information of several service in the Enterprise Cloud Compute service Example to List FIC Gateways listOpts := fic_gateways.ListOpts{ Status: "ACTIVE", } allPages, err := fic_gateways.List(client, listOpts).AllPages() if err != nil { panic(err) } allFICGateways, err := fic_gateways.ExtractFICGateways(allPages) if err != nil { panic(err) } for _, ficGateway := range allFICGateways { fmt.Printf("%+v", ficGateway) } Example to Show FIC Gateway id := "02dc9a22-129c-4b12-9936-4080f6a7ae44" ficGateway, err := fic_gateways.Get(client, id).Extract() if err != nil { panic(err) } fmt.Print(ficGateway) |
testing
ports unit tests
|
ports unit tests |
testing
gateway_interfaces unit tests
|
gateway_interfaces unit tests |
testing
internet_gateways unit tests
|
internet_gateways unit tests |
Package load_balancer_actions contains functionality for working with ECL Load Balancer/Actions resources.
|
Package load_balancer_actions contains functionality for working with ECL Load Balancer/Actions resources. |
testing
Load Balancer/Actions unit tests
|
Load Balancer/Actions unit tests |
Package load_balancer_interfaces contains functionality for working with ECL Load Balancer Interface resources.
|
Package load_balancer_interfaces contains functionality for working with ECL Load Balancer Interface resources. |
testing
Load Balancer Interfaces unit tests
|
Load Balancer Interfaces unit tests |
Package load_balancer_plans contains functionality for working with ECL Load Balancer Plan resources.
|
Package load_balancer_plans contains functionality for working with ECL Load Balancer Plan resources. |
testing
Load Balancer Plans unit tests
|
Load Balancer Plans unit tests |
Package load_balancer_syslog_servers contains functionality for working with ECL Load Balancer Syslog Server resources.
|
Package load_balancer_syslog_servers contains functionality for working with ECL Load Balancer Syslog Server resources. |
testing
Load Balancer Syslog Servers unit tests
|
Load Balancer Syslog Servers unit tests |
Package load_balancers contains functionality for working with ECL Load Balancer resources.
|
Package load_balancers contains functionality for working with ECL Load Balancer resources. |
testing
Load Balancers unit tests
|
Load Balancers unit tests |
Package networks contains functionality for working with Neutron network resources.
|
Package networks contains functionality for working with Neutron network resources. |
testing
ports unit tests
|
ports unit tests |
Package ports contains functionality for working with Neutron port resources.
|
Package ports contains functionality for working with Neutron port resources. |
testing
ports unit tests
|
ports unit tests |
testing
public_ips unit tests
|
public_ips unit tests |
Package qos_options provides information of several service in the Enterprise Cloud Compute service Example to List QoS Options listOpts := qos_options.ListOpts{ QoSType: "guarantee", } allPages, err := qos_options.List(client, listOpts).AllPages() if err != nil { panic(err) } allQoSOptions, err := qos_options.ExtractQoSOptions(allPages) if err != nil { panic(err) } for _, qosOption := range allQoSOptions { fmt.Printf("%+v", qosOption) } Example to Show QoS Option id := "02dc9a22-129c-4b12-9936-4080f6a7ae44" qosOption, err := qos_options.Get(client, id).Extract() if err != nil { panic(err) } fmt.Print(qosOption)
|
Package qos_options provides information of several service in the Enterprise Cloud Compute service Example to List QoS Options listOpts := qos_options.ListOpts{ QoSType: "guarantee", } allPages, err := qos_options.List(client, listOpts).AllPages() if err != nil { panic(err) } allQoSOptions, err := qos_options.ExtractQoSOptions(allPages) if err != nil { panic(err) } for _, qosOption := range allQoSOptions { fmt.Printf("%+v", qosOption) } Example to Show QoS Option id := "02dc9a22-129c-4b12-9936-4080f6a7ae44" qosOption, err := qos_options.Get(client, id).Extract() if err != nil { panic(err) } fmt.Print(qosOption) |
testing
ports unit tests
|
ports unit tests |
testing
public_ips unit tests
|
public_ips unit tests |
Package subnets contains functionality for working with Neutron subnet resources.
|
Package subnets contains functionality for working with Neutron subnet resources. |
testing
ports unit tests
|
ports unit tests |
Click to show internal directories.
Click to hide internal directories.