Documentation ¶
Index ¶
- Constants
- func AttachFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.Server
- func AttachFloatingIPFailJSONMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.Server
- func AttachFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.Server
- func AttachFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.Server
- func CreateCertificateFailErrMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func CreateCertificateFailJSONMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func CreateCertificateFailStatusMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func CreateCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func CreateDomainFailErrMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func CreateDomainFailJSONMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func CreateDomainFailStatusMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func CreateDomainMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func CreateFirewallProfileFailErrMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func CreateFirewallProfileFailJSONMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func CreateFirewallProfileFailStatusMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func CreateFirewallProfileMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func CreateFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func CreateFloatingIPFailJSONMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func CreateFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func CreateFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func CreateListenerFailErrMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
- func CreateListenerFailJSONMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
- func CreateListenerFailStatusMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
- func CreateListenerMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
- func CreateLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func CreateLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func CreateLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func CreateLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func CreateRecordFailErrMocked(t *testing.T, domainID string, recordIn *types.Record) *types.Record
- func CreateRecordFailJSONMocked(t *testing.T, domainID string, recordIn *types.Record) *types.Record
- func CreateRecordFailStatusMocked(t *testing.T, domainID string, recordIn *types.Record) *types.Record
- func CreateRecordMocked(t *testing.T, domainID string, recordIn *types.Record) *types.Record
- func CreateRuleFailErrMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func CreateRuleFailJSONMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func CreateRuleFailStatusMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func CreateRuleMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func CreateSubnetFailErrMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func CreateSubnetFailJSONMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func CreateSubnetFailStatusMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func CreateSubnetMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func CreateTargetFailErrMocked(t *testing.T, targetGroupID string, targetIn *types.Target) *types.Target
- func CreateTargetFailJSONMocked(t *testing.T, targetGroupID string, targetIn *types.Target) *types.Target
- func CreateTargetFailStatusMocked(t *testing.T, targetGroupID string, targetIn *types.Target) *types.Target
- func CreateTargetGroupFailErrMocked(t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func CreateTargetGroupFailJSONMocked(t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func CreateTargetGroupFailStatusMocked(t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func CreateTargetGroupMocked(t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func CreateTargetMocked(t *testing.T, targetGroupID string, targetIn *types.Target) *types.Target
- func CreateVPCFailErrMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func CreateVPCFailJSONMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func CreateVPCFailStatusMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func CreateVPCMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func CreateVPNFailErrMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func CreateVPNFailJSONMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func CreateVPNFailStatusMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func CreateVPNMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func DeleteCertificateFailErrMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate)
- func DeleteCertificateFailStatusMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate)
- func DeleteCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate)
- func DeleteDomainFailErrMocked(t *testing.T, domainIn *types.Domain)
- func DeleteDomainFailJSONMocked(t *testing.T, domainIn *types.Domain)
- func DeleteDomainFailStatusMocked(t *testing.T, domainIn *types.Domain)
- func DeleteDomainMocked(t *testing.T, domainIn *types.Domain)
- func DeleteFirewallProfileFailErrMocked(t *testing.T, firewallProfileIn *types.FirewallProfile)
- func DeleteFirewallProfileFailStatusMocked(t *testing.T, firewallProfileIn *types.FirewallProfile)
- func DeleteFirewallProfileMocked(t *testing.T, firewallProfileIn *types.FirewallProfile)
- func DeleteFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DeleteFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DeleteFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DeleteListenerFailErrMocked(t *testing.T, listenerIn *types.Listener)
- func DeleteListenerFailJSONMocked(t *testing.T, listenerIn *types.Listener)
- func DeleteListenerFailStatusMocked(t *testing.T, listenerIn *types.Listener)
- func DeleteListenerMocked(t *testing.T, listenerIn *types.Listener)
- func DeleteLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
- func DeleteLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
- func DeleteLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
- func DeleteLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
- func DeleteRecordFailErrMocked(t *testing.T, recordIn *types.Record)
- func DeleteRecordFailJSONMocked(t *testing.T, recordIn *types.Record) *types.Record
- func DeleteRecordFailStatusMocked(t *testing.T, recordIn *types.Record)
- func DeleteRecordMocked(t *testing.T, recordIn *types.Record)
- func DeleteRuleFailErrMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule)
- func DeleteRuleFailStatusMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule)
- func DeleteRuleMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule)
- func DeleteSubnetFailErrMocked(t *testing.T, subnetIn *types.Subnet)
- func DeleteSubnetFailStatusMocked(t *testing.T, subnetIn *types.Subnet)
- func DeleteSubnetMocked(t *testing.T, subnetIn *types.Subnet)
- func DeleteTargetFailErrMocked(t *testing.T, targetGroupID string, targetIn *types.Target)
- func DeleteTargetFailStatusMocked(t *testing.T, targetGroupID string, targetIn *types.Target)
- func DeleteTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup)
- func DeleteTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup)
- func DeleteTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup)
- func DeleteTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup)
- func DeleteTargetMocked(t *testing.T, targetGroupID string, targetIn *types.Target)
- func DeleteVPCFailErrMocked(t *testing.T, vpcIn *types.Vpc)
- func DeleteVPCFailStatusMocked(t *testing.T, vpcIn *types.Vpc)
- func DeleteVPCMocked(t *testing.T, vpcIn *types.Vpc)
- func DeleteVPNFailErrMocked(t *testing.T, vpnIn *types.Vpn)
- func DeleteVPNFailStatusMocked(t *testing.T, vpnIn *types.Vpn)
- func DeleteVPNMocked(t *testing.T, vpnIn *types.Vpn)
- func DetachFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DetachFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DetachFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DiscardFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DiscardFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DiscardFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP)
- func DiscardVPCFailErrMocked(t *testing.T, vpcIn *types.Vpc)
- func DiscardVPCFailStatusMocked(t *testing.T, vpcIn *types.Vpc)
- func DiscardVPCMocked(t *testing.T, vpcIn *types.Vpc)
- func GetCertificateFailErrMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func GetCertificateFailJSONMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func GetCertificateFailStatusMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func GetCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func GetDomainFailErrMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func GetDomainFailJSONMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func GetDomainFailStatusMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func GetDomainMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func GetFirewallProfileFailErrMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
- func GetFirewallProfileFailJSONMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
- func GetFirewallProfileFailStatusMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
- func GetFirewallProfileMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
- func GetFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func GetFloatingIPFailJSONMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func GetFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func GetFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func GetListenerFailErrMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func GetListenerFailJSONMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func GetListenerFailStatusMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func GetListenerMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func GetLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func GetLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func GetLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func GetLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func GetLoadBalancerPlanFailErrMocked(t *testing.T, loadBalancerPlanID string, ...) *types.LoadBalancerPlan
- func GetLoadBalancerPlanFailJSONMocked(t *testing.T, loadBalancerPlanID string, ...) *types.LoadBalancerPlan
- func GetLoadBalancerPlanFailStatusMocked(t *testing.T, loadBalancerPlanID string, ...) *types.LoadBalancerPlan
- func GetLoadBalancerPlanMocked(t *testing.T, loadBalancerPlanID string, ...) *types.LoadBalancerPlan
- func GetRecordFailErrMocked(t *testing.T, recordIn *types.Record) *types.Record
- func GetRecordFailJSONMocked(t *testing.T, recordIn *types.Record) *types.Record
- func GetRecordFailStatusMocked(t *testing.T, recordIn *types.Record) *types.Record
- func GetRecordMocked(t *testing.T, recordIn *types.Record) *types.Record
- func GetSubnetFailErrMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func GetSubnetFailJSONMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func GetSubnetFailStatusMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func GetSubnetMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func GetTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func GetTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func GetTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func GetTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func GetVPCFailErrMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func GetVPCFailJSONMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func GetVPCFailStatusMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func GetVPCMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func GetVPNFailErrMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func GetVPNFailJSONMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func GetVPNFailStatusMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func GetVPNMocked(t *testing.T, vpnIn *types.Vpn) *types.Vpn
- func ListCertificatesFailErrMocked(t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate) []*types.Certificate
- func ListCertificatesFailJSONMocked(t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate) []*types.Certificate
- func ListCertificatesFailStatusMocked(t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate) []*types.Certificate
- func ListCertificatesMocked(t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate) []*types.Certificate
- func ListDomainsFailErrMocked(t *testing.T, domainsIn []*types.Domain) []*types.Domain
- func ListDomainsFailJSONMocked(t *testing.T, domainsIn []*types.Domain) []*types.Domain
- func ListDomainsFailStatusMocked(t *testing.T, domainsIn []*types.Domain) []*types.Domain
- func ListDomainsMocked(t *testing.T, domainsIn []*types.Domain) []*types.Domain
- func ListFirewallProfilesFailErrMocked(t *testing.T, firewallProfilesIn []*types.FirewallProfile) []*types.FirewallProfile
- func ListFirewallProfilesFailJSONMocked(t *testing.T, firewallProfilesIn []*types.FirewallProfile) []*types.FirewallProfile
- func ListFirewallProfilesFailStatusMocked(t *testing.T, firewallProfilesIn []*types.FirewallProfile) []*types.FirewallProfile
- func ListFirewallProfilesMocked(t *testing.T, firewallProfilesIn []*types.FirewallProfile) []*types.FirewallProfile
- func ListFloatingIPsFailErrMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
- func ListFloatingIPsFailJSONMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
- func ListFloatingIPsFailStatusMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
- func ListFloatingIPsMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
- func ListFloatingIPsMockedFilteredByServer(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
- func ListListenersFailErrMocked(t *testing.T, loadBalancerID string, listenersIn []*types.Listener) []*types.Listener
- func ListListenersFailJSONMocked(t *testing.T, loadBalancerID string, listenersIn []*types.Listener) []*types.Listener
- func ListListenersFailStatusMocked(t *testing.T, loadBalancerID string, listenersIn []*types.Listener) []*types.Listener
- func ListListenersMocked(t *testing.T, loadBalancerID string, listenersIn []*types.Listener) []*types.Listener
- func ListLoadBalancersFailErrMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
- func ListLoadBalancersFailJSONMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
- func ListLoadBalancersFailStatusMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
- func ListLoadBalancersMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
- func ListRecordsFailErrMocked(t *testing.T, domainID string, recordsIn []*types.Record) []*types.Record
- func ListRecordsFailJSONMocked(t *testing.T, domainID string, recordsIn []*types.Record) []*types.Record
- func ListRecordsFailStatusMocked(t *testing.T, domainID string, recordsIn []*types.Record) []*types.Record
- func ListRecordsMocked(t *testing.T, domainID string, recordsIn []*types.Record) []*types.Record
- func ListRulesFailErrMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
- func ListRulesFailJSONMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
- func ListRulesFailStatusMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
- func ListRulesMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
- func ListSubnetServerArraysFailErrMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
- func ListSubnetServerArraysFailJSONMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
- func ListSubnetServerArraysFailStatusMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
- func ListSubnetServerArraysMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
- func ListSubnetServersFailErrMocked(t *testing.T, serversIn []*types.Server) []*types.Server
- func ListSubnetServersFailJSONMocked(t *testing.T, serversIn []*types.Server) []*types.Server
- func ListSubnetServersFailStatusMocked(t *testing.T, serversIn []*types.Server) []*types.Server
- func ListSubnetServersMocked(t *testing.T, serversIn []*types.Server) []*types.Server
- func ListSubnetsFailErrMocked(t *testing.T, subnetsIn []*types.Subnet) []*types.Subnet
- func ListSubnetsFailJSONMocked(t *testing.T, subnetsIn []*types.Subnet) []*types.Subnet
- func ListSubnetsFailStatusMocked(t *testing.T, subnetsIn []*types.Subnet) []*types.Subnet
- func ListSubnetsMocked(t *testing.T, subnetsIn []*types.Subnet) []*types.Subnet
- func ListTargetGroupsFailErrMocked(t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup) []*types.TargetGroup
- func ListTargetGroupsFailJSONMocked(t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup) []*types.TargetGroup
- func ListTargetGroupsFailStatusMocked(t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup) []*types.TargetGroup
- func ListTargetGroupsMocked(t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup) []*types.TargetGroup
- func ListTargetsFailErrMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
- func ListTargetsFailJSONMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
- func ListTargetsFailStatusMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
- func ListTargetsMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
- func ListVPCsFailErrMocked(t *testing.T, vpcsIn []*types.Vpc) []*types.Vpc
- func ListVPCsFailJSONMocked(t *testing.T, vpcsIn []*types.Vpc) []*types.Vpc
- func ListVPCsFailStatusMocked(t *testing.T, vpcsIn []*types.Vpc) []*types.Vpc
- func ListVPCsMocked(t *testing.T, vpcsIn []*types.Vpc) []*types.Vpc
- func ListVPNPlansFailErrMocked(t *testing.T, vpnPlansIn []*types.VpnPlan, vpcID string) []*types.VpnPlan
- func ListVPNPlansFailJSONMocked(t *testing.T, vpnPlansIn []*types.VpnPlan, vpcID string) []*types.VpnPlan
- func ListVPNPlansFailStatusMocked(t *testing.T, vpnPlansIn []*types.VpnPlan, vpcID string) []*types.VpnPlan
- func ListVPNPlansMocked(t *testing.T, vpnPlansIn []*types.VpnPlan, vpcID string) []*types.VpnPlan
- func RetryDomainFailErrMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func RetryDomainFailJSONMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func RetryDomainFailStatusMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func RetryDomainMocked(t *testing.T, domainIn *types.Domain) *types.Domain
- func RetryListenerFailErrMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func RetryListenerFailJSONMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func RetryListenerFailStatusMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func RetryListenerMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func RetryLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func RetryLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func RetryLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func RetryLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func RetryRecordFailErrMocked(t *testing.T, recordIn *types.Record) *types.Record
- func RetryRecordFailJSONMocked(t *testing.T, recordIn *types.Record) *types.Record
- func RetryRecordFailStatusMocked(t *testing.T, recordIn *types.Record) *types.Record
- func RetryRecordMocked(t *testing.T, recordIn *types.Record) *types.Record
- func RetryTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func RetryTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func RetryTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func RetryTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func UpdateCertificateFailErrMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func UpdateCertificateFailJSONMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func UpdateCertificateFailStatusMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func UpdateCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
- func UpdateFirewallProfileFailErrMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func UpdateFirewallProfileFailJSONMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func UpdateFirewallProfileFailStatusMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func UpdateFirewallProfileMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
- func UpdateFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func UpdateFloatingIPFailJSONMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func UpdateFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func UpdateFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
- func UpdateListenerFailErrMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func UpdateListenerFailJSONMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func UpdateListenerFailStatusMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func UpdateListenerMocked(t *testing.T, listenerIn *types.Listener) *types.Listener
- func UpdateLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func UpdateLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func UpdateLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func UpdateLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
- func UpdateRecordFailErrMocked(t *testing.T, recordIn *types.Record) *types.Record
- func UpdateRecordFailJSONMocked(t *testing.T, recordIn *types.Record) *types.Record
- func UpdateRecordFailStatusMocked(t *testing.T, recordIn *types.Record) *types.Record
- func UpdateRecordMocked(t *testing.T, recordIn *types.Record) *types.Record
- func UpdateRuleFailErrMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func UpdateRuleFailJSONMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func UpdateRuleFailStatusMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func UpdateRuleMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
- func UpdateSubnetFailErrMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func UpdateSubnetFailJSONMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func UpdateSubnetFailStatusMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func UpdateSubnetMocked(t *testing.T, subnetIn *types.Subnet) *types.Subnet
- func UpdateTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func UpdateTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func UpdateTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func UpdateTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
- func UpdateVPCFailErrMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func UpdateVPCFailJSONMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func UpdateVPCFailStatusMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- func UpdateVPCMocked(t *testing.T, vpcIn *types.Vpc) *types.Vpc
- type CertificateService
- func (cs *CertificateService) CreateCertificate(loadBalancerID string, certificateParams *map[string]interface{}) (certificate *types.Certificate, err error)
- func (cs *CertificateService) DeleteCertificate(loadBalancerID string, certificateID string) (err error)
- func (cs *CertificateService) GetCertificate(loadBalancerID string, certificateID string) (certificate *types.Certificate, err error)
- func (cs *CertificateService) ListCertificates(loadBalancerID string) (certificates []*types.Certificate, err error)
- func (cs *CertificateService) UpdateCertificate(loadBalancerID string, certificateID string, ...) (certificate *types.Certificate, err error)
- type DomainService
- func (ds *DomainService) CreateDomain(domainParams *map[string]interface{}) (domain *types.Domain, err error)
- func (ds *DomainService) CreateRecord(domainID string, recordParams *map[string]interface{}) (record *types.Record, err error)
- func (ds *DomainService) DeleteDomain(domainID string) (domain *types.Domain, err error)
- func (ds *DomainService) DeleteRecord(recordID string) (record *types.Record, err error)
- func (ds *DomainService) GetDomain(domainID string) (domain *types.Domain, err error)
- func (ds *DomainService) GetRecord(recordID string) (record *types.Record, err error)
- func (ds *DomainService) ListDomains() (domains []*types.Domain, err error)
- func (ds *DomainService) ListRecords(domainID string) (records []*types.Record, err error)
- func (ds *DomainService) RetryDomain(domainID string) (domain *types.Domain, err error)
- func (ds *DomainService) RetryRecord(recordID string) (record *types.Record, err error)
- func (ds *DomainService) UpdateRecord(recordID string, recordParams *map[string]interface{}) (record *types.Record, err error)
- type FirewallProfileService
- func (fps *FirewallProfileService) CreateFirewallProfile(firewallProfileParams *map[string]interface{}) (firewallProfile *types.FirewallProfile, err error)
- func (fps *FirewallProfileService) DeleteFirewallProfile(firewallProfileID string) (err error)
- func (fps *FirewallProfileService) GetFirewallProfile(firewallProfileID string) (firewallProfile *types.FirewallProfile, err error)
- func (fps *FirewallProfileService) ListFirewallProfiles() (firewallProfiles []*types.FirewallProfile, err error)
- func (fps *FirewallProfileService) UpdateFirewallProfile(firewallProfileID string, firewallProfileParams *map[string]interface{}) (firewallProfile *types.FirewallProfile, err error)
- type FloatingIPService
- func (fips *FloatingIPService) AttachFloatingIP(floatingIPID string, floatingIPParams *map[string]interface{}) (server *types.Server, err error)
- func (fips *FloatingIPService) CreateFloatingIP(floatingIPParams *map[string]interface{}) (floatingIP *types.FloatingIP, err error)
- func (fips *FloatingIPService) DeleteFloatingIP(floatingIPID string) (err error)
- func (fips *FloatingIPService) DetachFloatingIP(floatingIPID string) (err error)
- func (fips *FloatingIPService) DiscardFloatingIP(floatingIPID string) (err error)
- func (fips *FloatingIPService) GetFloatingIP(floatingIPID string) (floatingIP *types.FloatingIP, err error)
- func (fips *FloatingIPService) ListFloatingIPs(serverID string) (floatingIPs []*types.FloatingIP, err error)
- func (fips *FloatingIPService) UpdateFloatingIP(floatingIPID string, floatingIPParams *map[string]interface{}) (floatingIP *types.FloatingIP, err error)
- type ListenerService
- func (ls *ListenerService) CreateListener(loadBalancerID string, listenerParams *map[string]interface{}) (listener *types.Listener, err error)
- func (ls *ListenerService) CreateRule(listenerID string, listenerRuleParams *map[string]interface{}) (listenerRule *types.ListenerRule, err error)
- func (ls *ListenerService) DeleteListener(listenerID string) (listener *types.Listener, err error)
- func (ls *ListenerService) DeleteRule(listenerID string, listenerRuleID string) (err error)
- func (ls *ListenerService) GetListener(listenerID string) (listener *types.Listener, err error)
- func (ls *ListenerService) ListListeners(loadBalancerID string) (listeners []*types.Listener, err error)
- func (ls *ListenerService) ListRules(listenerID string) (listenerRules []*types.ListenerRule, err error)
- func (ls *ListenerService) RetryListener(listenerID string, listenerParams *map[string]interface{}) (listener *types.Listener, err error)
- func (ls *ListenerService) UpdateListener(listenerID string, listenerParams *map[string]interface{}) (listener *types.Listener, err error)
- func (ls *ListenerService) UpdateRule(listenerID string, listenerRuleID string, ...) (listenerRule *types.ListenerRule, err error)
- type LoadBalancerService
- func (lbs *LoadBalancerService) CreateLoadBalancer(loadBalancerParams *map[string]interface{}) (loadBalancer *types.LoadBalancer, err error)
- func (lbs *LoadBalancerService) DeleteLoadBalancer(loadBalancerID string) (loadBalancer *types.LoadBalancer, err error)
- func (lbs *LoadBalancerService) GetLoadBalancer(loadBalancerID string) (loadBalancer *types.LoadBalancer, err error)
- func (lbs *LoadBalancerService) GetLoadBalancerPlan(loadBalancerPlanID string) (loadBalancerPlan *types.LoadBalancerPlan, err error)
- func (lbs *LoadBalancerService) ListLoadBalancers() (loadBalancers []*types.LoadBalancer, err error)
- func (lbs *LoadBalancerService) RetryLoadBalancer(loadBalancerID string, loadBalancerParams *map[string]interface{}) (loadBalancer *types.LoadBalancer, err error)
- func (lbs *LoadBalancerService) UpdateLoadBalancer(loadBalancerID string, loadBalancerParams *map[string]interface{}) (loadBalancer *types.LoadBalancer, err error)
- type SubnetService
- func (ss *SubnetService) CreateSubnet(vpcID string, subnetParams *map[string]interface{}) (subnet *types.Subnet, err error)
- func (ss *SubnetService) DeleteSubnet(subnetID string) (err error)
- func (ss *SubnetService) GetSubnet(subnetID string) (subnet *types.Subnet, err error)
- func (ss *SubnetService) ListSubnetServerArrays(subnetID string) (serverArrays []*types.ServerArray, err error)
- func (ss *SubnetService) ListSubnetServers(subnetID string) (servers []*types.Server, err error)
- func (ss *SubnetService) ListSubnets(vpcID string) (subnets []*types.Subnet, err error)
- func (ss *SubnetService) UpdateSubnet(subnetID string, subnetParams *map[string]interface{}) (subnet *types.Subnet, err error)
- type TargetGroupService
- func (tgs *TargetGroupService) CreateTarget(targetGroupID string, targetParams *map[string]interface{}) (target *types.Target, err error)
- func (tgs *TargetGroupService) CreateTargetGroup(loadBalancerID string, targetGroupParams *map[string]interface{}) (targetGroup *types.TargetGroup, err error)
- func (tgs *TargetGroupService) DeleteTarget(targetGroupID string, targetResourceType string, targetResourceID string) (err error)
- func (tgs *TargetGroupService) DeleteTargetGroup(targetGroupID string) (targetGroup *types.TargetGroup, err error)
- func (tgs *TargetGroupService) GetTargetGroup(targetGroupID string) (targetGroup *types.TargetGroup, err error)
- func (tgs *TargetGroupService) ListTargetGroups(loadBalancerID string) (targetGroups []*types.TargetGroup, err error)
- func (tgs *TargetGroupService) ListTargets(targetGroupID string) (targets []*types.Target, err error)
- func (tgs *TargetGroupService) RetryTargetGroup(targetGroupID string, targetGroupParams *map[string]interface{}) (targetGroup *types.TargetGroup, err error)
- func (tgs *TargetGroupService) UpdateTargetGroup(targetGroupID string, targetGroupParams *map[string]interface{}) (targetGroup *types.TargetGroup, err error)
- type VPCService
- func (vs *VPCService) CreateVPC(vpcParams *map[string]interface{}) (vpc *types.Vpc, err error)
- func (vs *VPCService) DeleteVPC(vpcID string) (err error)
- func (vs *VPCService) DiscardVPC(vpcID string) (err error)
- func (vs *VPCService) GetVPC(vpcID string) (vpc *types.Vpc, err error)
- func (vs *VPCService) ListVPCs() (vpcs []*types.Vpc, err error)
- func (vs *VPCService) UpdateVPC(vpcID string, vpcParams *map[string]interface{}) (vpc *types.Vpc, err error)
- type VPNService
- func (vs *VPNService) CreateVPN(vpcID string, vpnParams *map[string]interface{}) (vpn *types.Vpn, err error)
- func (vs *VPNService) DeleteVPN(vpcID string) (err error)
- func (vs *VPNService) GetVPN(vpcID string) (vpn *types.Vpn, err error)
- func (vs *VPNService) ListVPNPlans(vpcID string) (vpnPlans []*types.VpnPlan, err error)
Constants ¶
const APIPathCloudServerFloatingIPs = "/cloud/servers/%s/floating_ips"
const APIPathNetworkDnsDomain = "/network/dns/domains/%s"
const APIPathNetworkDnsDomainRecords = "/network/dns/domains/%s/records"
const APIPathNetworkDnsDomainRetry = "/network/dns/domains/%s/retry"
const APIPathNetworkDnsDomains = "/network/dns/domains"
const APIPathNetworkDnsRecord = "/network/dns/records/%s"
const APIPathNetworkDnsRecordRetry = "/network/dns/records/%s/retry"
const APIPathNetworkFirewallProfile = "/network/firewall_profiles/%s"
const APIPathNetworkFirewallProfiles = "/network/firewall_profiles"
const APIPathNetworkFloatingIP = "/network/floating_ips/%s"
const APIPathNetworkFloatingIPAttachedServer = "/network/floating_ips/%s/attached_server"
const APIPathNetworkFloatingIPDiscard = "/network/floating_ips/%s/discard"
const APIPathNetworkFloatingIPs = "/network/floating_ips"
const APIPathNetworkListener = "/network/listeners/%s"
const APIPathNetworkListenerRetry = "/network/listeners/%s/retry"
const APIPathNetworkListenerRule = "/network/listeners/%s/rules/%s"
const APIPathNetworkListenerRules = "/network/listeners/%s/rules"
const APIPathNetworkLoadBalancer = "/network/load_balancers/%s"
const APIPathNetworkLoadBalancerCertificate = "/network/load_balancers/%s/certificates/%s"
const APIPathNetworkLoadBalancerCertificates = "/network/load_balancers/%s/certificates"
const APIPathNetworkLoadBalancerListeners = "/network/load_balancers/%s/listeners"
const APIPathNetworkLoadBalancerPlan = "/network/load_balancer_plans/%s"
const APIPathNetworkLoadBalancerRetry = "/network/load_balancers/%s/retry"
const APIPathNetworkLoadBalancerTargetGroups = "/network/load_balancers/%s/target_groups"
const APIPathNetworkLoadBalancers = "/network/load_balancers"
const APIPathNetworkSubnet = "/network/subnets/%s"
const APIPathNetworkSubnetServerArrays = "/network/subnets/%s/server_arrays"
const APIPathNetworkSubnetServers = "/network/subnets/%s/servers"
const APIPathNetworkTargetGroup = "/network/target_groups/%s"
const APIPathNetworkTargetGroupRetry = "/network/target_groups/%s/retry"
const APIPathNetworkTargetGroupTarget = "/network/target_groups/%s/targets/%s/%s"
const APIPathNetworkTargetGroupTargets = "/network/target_groups/%s/targets"
const APIPathNetworkVpc = "/network/vpcs/%s"
const APIPathNetworkVpcDiscard = "/network/vpcs/%s/discard"
const APIPathNetworkVpcSubnets = "/network/vpcs/%s/subnets"
const APIPathNetworkVpcVpn = "/network/vpcs/%s/vpn"
const APIPathNetworkVpcVpnPlans = "/network/vpcs/%s/vpn_plans"
const APIPathNetworkVpcs = "/network/vpcs"
Variables ¶
This section is empty.
Functions ¶
func AttachFloatingIPFailErrMocked ¶ added in v0.9.0
AttachFloatingIPFailErrMocked test mocked function
func AttachFloatingIPFailJSONMocked ¶ added in v0.9.0
AttachFloatingIPFailJSONMocked test mocked function
func AttachFloatingIPFailStatusMocked ¶ added in v0.9.0
AttachFloatingIPFailStatusMocked test mocked function
func AttachFloatingIPMocked ¶ added in v0.9.0
AttachFloatingIPMocked test mocked function
func CreateCertificateFailErrMocked ¶ added in v0.12.0
func CreateCertificateFailErrMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
CreateCertificateFailErrMocked test mocked function
func CreateCertificateFailJSONMocked ¶ added in v0.12.0
func CreateCertificateFailJSONMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
CreateCertificateFailJSONMocked test mocked function
func CreateCertificateFailStatusMocked ¶ added in v0.12.0
func CreateCertificateFailStatusMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
CreateCertificateFailStatusMocked test mocked function
func CreateCertificateMocked ¶ added in v0.12.0
func CreateCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
CreateCertificateMocked test mocked function
func CreateDomainFailErrMocked ¶ added in v0.12.0
CreateDomainFailErrMocked test mocked function
func CreateDomainFailJSONMocked ¶ added in v0.12.0
CreateDomainFailJSONMocked test mocked function
func CreateDomainFailStatusMocked ¶ added in v0.12.0
CreateDomainFailStatusMocked test mocked function
func CreateDomainMocked ¶ added in v0.12.0
CreateDomainMocked test mocked function
func CreateFirewallProfileFailErrMocked ¶
func CreateFirewallProfileFailErrMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
CreateFirewallProfileFailErrMocked test mocked function
func CreateFirewallProfileFailJSONMocked ¶
func CreateFirewallProfileFailJSONMocked( t *testing.T, firewallProfileIn *types.FirewallProfile, ) *types.FirewallProfile
CreateFirewallProfileFailJSONMocked test mocked function
func CreateFirewallProfileFailStatusMocked ¶
func CreateFirewallProfileFailStatusMocked( t *testing.T, firewallProfileIn *types.FirewallProfile, ) *types.FirewallProfile
CreateFirewallProfileFailStatusMocked test mocked function
func CreateFirewallProfileMocked ¶
func CreateFirewallProfileMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
CreateFirewallProfileMocked test mocked function
func CreateFloatingIPFailErrMocked ¶ added in v0.9.0
func CreateFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
CreateFloatingIPFailErrMocked test mocked function
func CreateFloatingIPFailJSONMocked ¶ added in v0.9.0
func CreateFloatingIPFailJSONMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
CreateFloatingIPFailJSONMocked test mocked function
func CreateFloatingIPFailStatusMocked ¶ added in v0.9.0
func CreateFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
CreateFloatingIPFailStatusMocked test mocked function
func CreateFloatingIPMocked ¶ added in v0.9.0
func CreateFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
CreateFloatingIPMocked test mocked function
func CreateListenerFailErrMocked ¶ added in v0.12.0
func CreateListenerFailErrMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
CreateListenerFailErrMocked test mocked function
func CreateListenerFailJSONMocked ¶ added in v0.12.0
func CreateListenerFailJSONMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
CreateListenerFailJSONMocked test mocked function
func CreateListenerFailStatusMocked ¶ added in v0.12.0
func CreateListenerFailStatusMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
CreateListenerFailStatusMocked test mocked function
func CreateListenerMocked ¶ added in v0.12.0
func CreateListenerMocked(t *testing.T, loadBalancerID string, listenerIn *types.Listener) *types.Listener
CreateListenerMocked test mocked function
func CreateLoadBalancerFailErrMocked ¶
func CreateLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
CreateLoadBalancerFailErrMocked test mocked function
func CreateLoadBalancerFailJSONMocked ¶
func CreateLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
CreateLoadBalancerFailJSONMocked test mocked function
func CreateLoadBalancerFailStatusMocked ¶
func CreateLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
CreateLoadBalancerFailStatusMocked test mocked function
func CreateLoadBalancerMocked ¶
func CreateLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
CreateLoadBalancerMocked test mocked function
func CreateRecordFailErrMocked ¶ added in v0.12.0
CreateRecordFailErrMocked test mocked function
func CreateRecordFailJSONMocked ¶ added in v0.12.0
func CreateRecordFailJSONMocked(t *testing.T, domainID string, recordIn *types.Record) *types.Record
CreateRecordFailJSONMocked test mocked function
func CreateRecordFailStatusMocked ¶ added in v0.12.0
func CreateRecordFailStatusMocked(t *testing.T, domainID string, recordIn *types.Record) *types.Record
CreateRecordFailStatusMocked test mocked function
func CreateRecordMocked ¶ added in v0.12.0
CreateRecordMocked test mocked function
func CreateRuleFailErrMocked ¶ added in v0.12.0
func CreateRuleFailErrMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
CreateRuleFailErrMocked test mocked function
func CreateRuleFailJSONMocked ¶ added in v0.12.0
func CreateRuleFailJSONMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
CreateRuleFailJSONMocked test mocked function
func CreateRuleFailStatusMocked ¶ added in v0.12.0
func CreateRuleFailStatusMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
CreateRuleFailStatusMocked test mocked function
func CreateRuleMocked ¶ added in v0.12.0
func CreateRuleMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
CreateRuleMocked test mocked function
func CreateSubnetFailErrMocked ¶ added in v0.9.0
CreateSubnetFailErrMocked test mocked function
func CreateSubnetFailJSONMocked ¶ added in v0.9.0
CreateSubnetFailJSONMocked test mocked function
func CreateSubnetFailStatusMocked ¶ added in v0.9.0
CreateSubnetFailStatusMocked test mocked function
func CreateSubnetMocked ¶ added in v0.9.0
CreateSubnetMocked test mocked function
func CreateTargetFailErrMocked ¶ added in v0.12.0
func CreateTargetFailErrMocked(t *testing.T, targetGroupID string, targetIn *types.Target) *types.Target
CreateTargetFailErrMocked test mocked function
func CreateTargetFailJSONMocked ¶ added in v0.12.0
func CreateTargetFailJSONMocked(t *testing.T, targetGroupID string, targetIn *types.Target) *types.Target
CreateTargetFailJSONMocked test mocked function
func CreateTargetFailStatusMocked ¶ added in v0.12.0
func CreateTargetFailStatusMocked(t *testing.T, targetGroupID string, targetIn *types.Target) *types.Target
CreateTargetFailStatusMocked test mocked function
func CreateTargetGroupFailErrMocked ¶ added in v0.12.0
func CreateTargetGroupFailErrMocked( t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup, ) *types.TargetGroup
CreateTargetGroupFailErrMocked test mocked function
func CreateTargetGroupFailJSONMocked ¶ added in v0.12.0
func CreateTargetGroupFailJSONMocked( t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup, ) *types.TargetGroup
CreateTargetGroupFailJSONMocked test mocked function
func CreateTargetGroupFailStatusMocked ¶ added in v0.12.0
func CreateTargetGroupFailStatusMocked( t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup, ) *types.TargetGroup
CreateTargetGroupFailStatusMocked test mocked function
func CreateTargetGroupMocked ¶ added in v0.12.0
func CreateTargetGroupMocked(t *testing.T, loadBalancerID string, targetGroupIn *types.TargetGroup) *types.TargetGroup
CreateTargetGroupMocked test mocked function
func CreateTargetMocked ¶ added in v0.12.0
CreateTargetMocked test mocked function
func CreateVPCFailErrMocked ¶ added in v0.9.0
CreateVPCFailErrMocked test mocked function
func CreateVPCFailJSONMocked ¶ added in v0.9.0
CreateVPCFailJSONMocked test mocked function
func CreateVPCFailStatusMocked ¶ added in v0.9.0
CreateVPCFailStatusMocked test mocked function
func CreateVPCMocked ¶ added in v0.9.0
CreateVPCMocked test mocked function
func CreateVPNFailErrMocked ¶ added in v0.9.0
CreateVPNFailErrMocked test mocked function
func CreateVPNFailJSONMocked ¶ added in v0.9.0
CreateVPNFailJSONMocked test mocked function
func CreateVPNFailStatusMocked ¶ added in v0.9.0
CreateVPNFailStatusMocked test mocked function
func CreateVPNMocked ¶ added in v0.9.0
CreateVPNMocked test mocked function
func DeleteCertificateFailErrMocked ¶ added in v0.12.0
func DeleteCertificateFailErrMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate)
DeleteCertificateFailErrMocked test mocked function
func DeleteCertificateFailStatusMocked ¶ added in v0.12.0
func DeleteCertificateFailStatusMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate)
DeleteCertificateFailStatusMocked test mocked function
func DeleteCertificateMocked ¶ added in v0.12.0
func DeleteCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate)
DeleteCertificateMocked test mocked function
func DeleteDomainFailErrMocked ¶ added in v0.12.0
DeleteDomainFailErrMocked test mocked function
func DeleteDomainFailJSONMocked ¶ added in v0.12.0
DeleteDomainFailJSONMocked test mocked function
func DeleteDomainFailStatusMocked ¶ added in v0.12.0
DeleteDomainFailStatusMocked test mocked function
func DeleteDomainMocked ¶ added in v0.12.0
DeleteDomainMocked test mocked function
func DeleteFirewallProfileFailErrMocked ¶
func DeleteFirewallProfileFailErrMocked(t *testing.T, firewallProfileIn *types.FirewallProfile)
DeleteFirewallProfileFailErrMocked test mocked function
func DeleteFirewallProfileFailStatusMocked ¶
func DeleteFirewallProfileFailStatusMocked(t *testing.T, firewallProfileIn *types.FirewallProfile)
DeleteFirewallProfileFailStatusMocked test mocked function
func DeleteFirewallProfileMocked ¶
func DeleteFirewallProfileMocked(t *testing.T, firewallProfileIn *types.FirewallProfile)
DeleteFirewallProfileMocked test mocked function
func DeleteFloatingIPFailErrMocked ¶ added in v0.9.0
func DeleteFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DeleteFloatingIPFailErrMocked test mocked function
func DeleteFloatingIPFailStatusMocked ¶ added in v0.9.0
func DeleteFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DeleteFloatingIPFailStatusMocked test mocked function
func DeleteFloatingIPMocked ¶ added in v0.9.0
func DeleteFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DeleteFloatingIPMocked test mocked function
func DeleteListenerFailErrMocked ¶ added in v0.12.0
DeleteListenerFailErrMocked test mocked function
func DeleteListenerFailJSONMocked ¶ added in v0.12.0
DeleteListenerFailJSONMocked test mocked function
func DeleteListenerFailStatusMocked ¶ added in v0.12.0
DeleteListenerFailStatusMocked test mocked function
func DeleteListenerMocked ¶ added in v0.12.0
DeleteListenerMocked test mocked function
func DeleteLoadBalancerFailErrMocked ¶
func DeleteLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
DeleteLoadBalancerFailErrMocked test mocked function
func DeleteLoadBalancerFailJSONMocked ¶ added in v0.12.0
func DeleteLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
DeleteLoadBalancerFailJSONMocked test mocked function
func DeleteLoadBalancerFailStatusMocked ¶
func DeleteLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
DeleteLoadBalancerFailStatusMocked test mocked function
func DeleteLoadBalancerMocked ¶
func DeleteLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer)
DeleteLoadBalancerMocked test mocked function
func DeleteRecordFailErrMocked ¶ added in v0.12.0
DeleteRecordFailErrMocked test mocked function
func DeleteRecordFailJSONMocked ¶ added in v0.12.0
DeleteRecordFailJSONMocked test mocked function
func DeleteRecordFailStatusMocked ¶ added in v0.12.0
DeleteRecordFailStatusMocked test mocked function
func DeleteRecordMocked ¶ added in v0.12.0
DeleteRecordMocked test mocked function
func DeleteRuleFailErrMocked ¶ added in v0.12.0
func DeleteRuleFailErrMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule)
DeleteRuleFailErrMocked test mocked function
func DeleteRuleFailStatusMocked ¶ added in v0.12.0
func DeleteRuleFailStatusMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule)
DeleteRuleFailStatusMocked test mocked function
func DeleteRuleMocked ¶ added in v0.12.0
func DeleteRuleMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule)
DeleteRuleMocked test mocked function
func DeleteSubnetFailErrMocked ¶ added in v0.9.0
DeleteSubnetFailErrMocked test mocked function
func DeleteSubnetFailStatusMocked ¶ added in v0.9.0
DeleteSubnetFailStatusMocked test mocked function
func DeleteSubnetMocked ¶ added in v0.9.0
DeleteSubnetMocked test mocked function
func DeleteTargetFailErrMocked ¶ added in v0.12.0
DeleteTargetFailErrMocked test mocked function
func DeleteTargetFailStatusMocked ¶ added in v0.12.0
DeleteTargetFailStatusMocked test mocked function
func DeleteTargetGroupFailErrMocked ¶ added in v0.12.0
func DeleteTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup)
DeleteTargetGroupFailErrMocked test mocked function
func DeleteTargetGroupFailJSONMocked ¶ added in v0.12.0
func DeleteTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup)
DeleteTargetGroupFailJSONMocked test mocked function
func DeleteTargetGroupFailStatusMocked ¶ added in v0.12.0
func DeleteTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup)
DeleteTargetGroupFailStatusMocked test mocked function
func DeleteTargetGroupMocked ¶ added in v0.12.0
func DeleteTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup)
DeleteTargetGroupMocked test mocked function
func DeleteTargetMocked ¶ added in v0.12.0
DeleteTargetMocked test mocked function
func DeleteVPCFailErrMocked ¶ added in v0.9.0
DeleteVPCFailErrMocked test mocked function
func DeleteVPCFailStatusMocked ¶ added in v0.9.0
DeleteVPCFailStatusMocked test mocked function
func DeleteVPCMocked ¶ added in v0.9.0
DeleteVPCMocked test mocked function
func DeleteVPNFailErrMocked ¶ added in v0.9.0
DeleteVPNFailErrMocked test mocked function
func DeleteVPNFailStatusMocked ¶ added in v0.9.0
DeleteVPNFailStatusMocked test mocked function
func DeleteVPNMocked ¶ added in v0.9.0
DeleteVPNMocked test mocked function
func DetachFloatingIPFailErrMocked ¶ added in v0.9.0
func DetachFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DetachFloatingIPFailErrMocked test mocked function
func DetachFloatingIPFailStatusMocked ¶ added in v0.9.0
func DetachFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DetachFloatingIPFailStatusMocked test mocked function
func DetachFloatingIPMocked ¶ added in v0.9.0
func DetachFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DetachFloatingIPMocked test mocked function
func DiscardFloatingIPFailErrMocked ¶ added in v0.9.0
func DiscardFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DiscardFloatingIPFailErrMocked test mocked function
func DiscardFloatingIPFailStatusMocked ¶ added in v0.9.0
func DiscardFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DiscardFloatingIPFailStatusMocked test mocked function
func DiscardFloatingIPMocked ¶ added in v0.9.0
func DiscardFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP)
DiscardFloatingIPMocked test mocked function
func DiscardVPCFailErrMocked ¶ added in v0.9.0
DiscardVPCFailErrMocked test mocked function
func DiscardVPCFailStatusMocked ¶ added in v0.9.0
DiscardVPCFailStatusMocked test mocked function
func DiscardVPCMocked ¶ added in v0.9.0
DiscardVPCMocked test mocked function
func GetCertificateFailErrMocked ¶ added in v0.12.0
func GetCertificateFailErrMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
GetCertificateFailErrMocked test mocked function
func GetCertificateFailJSONMocked ¶ added in v0.12.0
func GetCertificateFailJSONMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
GetCertificateFailJSONMocked test mocked function
func GetCertificateFailStatusMocked ¶ added in v0.12.0
func GetCertificateFailStatusMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
GetCertificateFailStatusMocked test mocked function
func GetCertificateMocked ¶ added in v0.12.0
func GetCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
GetCertificateMocked test mocked function
func GetDomainFailErrMocked ¶ added in v0.12.0
GetDomainFailErrMocked test mocked function
func GetDomainFailJSONMocked ¶ added in v0.12.0
GetDomainFailJSONMocked test mocked function
func GetDomainFailStatusMocked ¶ added in v0.12.0
GetDomainFailStatusMocked test mocked function
func GetDomainMocked ¶ added in v0.12.0
GetDomainMocked test mocked function
func GetFirewallProfileFailErrMocked ¶
func GetFirewallProfileFailErrMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
GetFirewallProfileFailErrMocked test mocked function
func GetFirewallProfileFailJSONMocked ¶
func GetFirewallProfileFailJSONMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
GetFirewallProfileFailJSONMocked test mocked function
func GetFirewallProfileFailStatusMocked ¶
func GetFirewallProfileFailStatusMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
GetFirewallProfileFailStatusMocked test mocked function
func GetFirewallProfileMocked ¶
func GetFirewallProfileMocked(t *testing.T, firewallProfile *types.FirewallProfile) *types.FirewallProfile
GetFirewallProfileMocked test mocked function
func GetFloatingIPFailErrMocked ¶ added in v0.9.0
func GetFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
GetFloatingIPFailErrMocked test mocked function
func GetFloatingIPFailJSONMocked ¶ added in v0.9.0
func GetFloatingIPFailJSONMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
GetFloatingIPFailJSONMocked test mocked function
func GetFloatingIPFailStatusMocked ¶ added in v0.9.0
func GetFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
GetFloatingIPFailStatusMocked test mocked function
func GetFloatingIPMocked ¶ added in v0.9.0
func GetFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
GetFloatingIPMocked test mocked function
func GetListenerFailErrMocked ¶ added in v0.12.0
GetListenerFailErrMocked test mocked function
func GetListenerFailJSONMocked ¶ added in v0.12.0
GetListenerFailJSONMocked test mocked function
func GetListenerFailStatusMocked ¶ added in v0.12.0
GetListenerFailStatusMocked test mocked function
func GetListenerMocked ¶ added in v0.12.0
GetListenerMocked test mocked function
func GetLoadBalancerFailErrMocked ¶
func GetLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
GetLoadBalancerFailErrMocked test mocked function
func GetLoadBalancerFailJSONMocked ¶
func GetLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
GetLoadBalancerFailJSONMocked test mocked function
func GetLoadBalancerFailStatusMocked ¶
func GetLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
GetLoadBalancerFailStatusMocked test mocked function
func GetLoadBalancerMocked ¶
func GetLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
GetLoadBalancerMocked test mocked function
func GetLoadBalancerPlanFailErrMocked ¶ added in v0.12.0
func GetLoadBalancerPlanFailErrMocked( t *testing.T, loadBalancerPlanID string, loadBalancerPlanIn *types.LoadBalancerPlan, ) *types.LoadBalancerPlan
GetLoadBalancerPlanFailErrMocked test mocked function
func GetLoadBalancerPlanFailJSONMocked ¶ added in v0.12.0
func GetLoadBalancerPlanFailJSONMocked( t *testing.T, loadBalancerPlanID string, loadBalancerPlanIn *types.LoadBalancerPlan, ) *types.LoadBalancerPlan
GetLoadBalancerPlanFailJSONMocked test mocked function
func GetLoadBalancerPlanFailStatusMocked ¶ added in v0.12.0
func GetLoadBalancerPlanFailStatusMocked( t *testing.T, loadBalancerPlanID string, loadBalancerPlanIn *types.LoadBalancerPlan, ) *types.LoadBalancerPlan
GetLoadBalancerPlanFailStatusMocked test mocked function
func GetLoadBalancerPlanMocked ¶ added in v0.12.0
func GetLoadBalancerPlanMocked( t *testing.T, loadBalancerPlanID string, loadBalancerPlanIn *types.LoadBalancerPlan, ) *types.LoadBalancerPlan
GetLoadBalancerPlanMocked test mocked function
func GetRecordFailErrMocked ¶ added in v0.12.0
GetRecordFailErrMocked test mocked function
func GetRecordFailJSONMocked ¶ added in v0.12.0
GetRecordFailJSONMocked test mocked function
func GetRecordFailStatusMocked ¶ added in v0.12.0
GetRecordFailStatusMocked test mocked function
func GetRecordMocked ¶ added in v0.12.0
GetRecordMocked test mocked function
func GetSubnetFailErrMocked ¶ added in v0.9.0
GetSubnetFailErrMocked test mocked function
func GetSubnetFailJSONMocked ¶ added in v0.9.0
GetSubnetFailJSONMocked test mocked function
func GetSubnetFailStatusMocked ¶ added in v0.9.0
GetSubnetFailStatusMocked test mocked function
func GetSubnetMocked ¶ added in v0.9.0
GetSubnetMocked test mocked function
func GetTargetGroupFailErrMocked ¶ added in v0.12.0
func GetTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
GetTargetGroupFailErrMocked test mocked function
func GetTargetGroupFailJSONMocked ¶ added in v0.12.0
func GetTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
GetTargetGroupFailJSONMocked test mocked function
func GetTargetGroupFailStatusMocked ¶ added in v0.12.0
func GetTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
GetTargetGroupFailStatusMocked test mocked function
func GetTargetGroupMocked ¶ added in v0.12.0
func GetTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
GetTargetGroupMocked test mocked function
func GetVPCFailErrMocked ¶ added in v0.9.0
GetVPCFailErrMocked test mocked function
func GetVPCFailJSONMocked ¶ added in v0.9.0
GetVPCFailJSONMocked test mocked function
func GetVPCFailStatusMocked ¶ added in v0.9.0
GetVPCFailStatusMocked test mocked function
func GetVPCMocked ¶ added in v0.9.0
GetVPCMocked test mocked function
func GetVPNFailErrMocked ¶ added in v0.9.0
GetVPNFailErrMocked test mocked function
func GetVPNFailJSONMocked ¶ added in v0.9.0
GetVPNFailJSONMocked test mocked function
func GetVPNFailStatusMocked ¶ added in v0.9.0
GetVPNFailStatusMocked test mocked function
func GetVPNMocked ¶ added in v0.9.0
GetVPNMocked test mocked function
func ListCertificatesFailErrMocked ¶ added in v0.12.0
func ListCertificatesFailErrMocked( t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate, ) []*types.Certificate
ListCertificatesFailErrMocked test mocked function
func ListCertificatesFailJSONMocked ¶ added in v0.12.0
func ListCertificatesFailJSONMocked( t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate, ) []*types.Certificate
ListCertificatesFailJSONMocked test mocked function
func ListCertificatesFailStatusMocked ¶ added in v0.12.0
func ListCertificatesFailStatusMocked( t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate, ) []*types.Certificate
ListCertificatesFailStatusMocked test mocked function
func ListCertificatesMocked ¶ added in v0.12.0
func ListCertificatesMocked( t *testing.T, loadBalancerID string, certificatesIn []*types.Certificate, ) []*types.Certificate
ListCertificatesMocked test mocked function
func ListDomainsFailErrMocked ¶ added in v0.12.0
ListDomainsFailErrMocked test mocked function
func ListDomainsFailJSONMocked ¶ added in v0.12.0
ListDomainsFailJSONMocked test mocked function
func ListDomainsFailStatusMocked ¶ added in v0.12.0
ListDomainsFailStatusMocked test mocked function
func ListDomainsMocked ¶ added in v0.12.0
ListDomainsMocked test mocked function
func ListFirewallProfilesFailErrMocked ¶ added in v0.12.0
func ListFirewallProfilesFailErrMocked( t *testing.T, firewallProfilesIn []*types.FirewallProfile, ) []*types.FirewallProfile
ListFirewallProfilesFailErrMocked test mocked function
func ListFirewallProfilesFailJSONMocked ¶ added in v0.12.0
func ListFirewallProfilesFailJSONMocked( t *testing.T, firewallProfilesIn []*types.FirewallProfile, ) []*types.FirewallProfile
ListFirewallProfilesFailJSONMocked test mocked function
func ListFirewallProfilesFailStatusMocked ¶ added in v0.12.0
func ListFirewallProfilesFailStatusMocked( t *testing.T, firewallProfilesIn []*types.FirewallProfile, ) []*types.FirewallProfile
ListFirewallProfilesFailStatusMocked test mocked function
func ListFirewallProfilesMocked ¶ added in v0.12.0
func ListFirewallProfilesMocked(t *testing.T, firewallProfilesIn []*types.FirewallProfile) []*types.FirewallProfile
ListFirewallProfilesMocked test mocked function
func ListFloatingIPsFailErrMocked ¶ added in v0.12.0
func ListFloatingIPsFailErrMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
ListFloatingIPsFailErrMocked test mocked function
func ListFloatingIPsFailJSONMocked ¶ added in v0.12.0
func ListFloatingIPsFailJSONMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
ListFloatingIPsFailJSONMocked test mocked function
func ListFloatingIPsFailStatusMocked ¶ added in v0.12.0
func ListFloatingIPsFailStatusMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
ListFloatingIPsFailStatusMocked test mocked function
func ListFloatingIPsMocked ¶ added in v0.12.0
func ListFloatingIPsMocked(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
ListFloatingIPsMocked test mocked function
func ListFloatingIPsMockedFilteredByServer ¶ added in v0.12.0
func ListFloatingIPsMockedFilteredByServer(t *testing.T, floatingIPIn []*types.FloatingIP) []*types.FloatingIP
func ListListenersFailErrMocked ¶ added in v0.12.0
func ListListenersFailErrMocked(t *testing.T, loadBalancerID string, listenersIn []*types.Listener) []*types.Listener
ListListenersFailErrMocked test mocked function
func ListListenersFailJSONMocked ¶ added in v0.12.0
func ListListenersFailJSONMocked(t *testing.T, loadBalancerID string, listenersIn []*types.Listener) []*types.Listener
ListListenersFailJSONMocked test mocked function
func ListListenersFailStatusMocked ¶ added in v0.12.0
func ListListenersFailStatusMocked( t *testing.T, loadBalancerID string, listenersIn []*types.Listener, ) []*types.Listener
ListListenersFailStatusMocked test mocked function
func ListListenersMocked ¶ added in v0.12.0
func ListListenersMocked(t *testing.T, loadBalancerID string, listenersIn []*types.Listener) []*types.Listener
ListListenersMocked test mocked function
func ListLoadBalancersFailErrMocked ¶ added in v0.12.0
func ListLoadBalancersFailErrMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
ListLoadBalancersFailErrMocked test mocked function
func ListLoadBalancersFailJSONMocked ¶ added in v0.12.0
func ListLoadBalancersFailJSONMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
ListLoadBalancersFailJSONMocked test mocked function
func ListLoadBalancersFailStatusMocked ¶ added in v0.12.0
func ListLoadBalancersFailStatusMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
ListLoadBalancersFailStatusMocked test mocked function
func ListLoadBalancersMocked ¶ added in v0.12.0
func ListLoadBalancersMocked(t *testing.T, loadBalancersIn []*types.LoadBalancer) []*types.LoadBalancer
ListLoadBalancersMocked test mocked function
func ListRecordsFailErrMocked ¶ added in v0.12.0
func ListRecordsFailErrMocked(t *testing.T, domainID string, recordsIn []*types.Record) []*types.Record
ListRecordsFailErrMocked test mocked function
func ListRecordsFailJSONMocked ¶ added in v0.12.0
func ListRecordsFailJSONMocked(t *testing.T, domainID string, recordsIn []*types.Record) []*types.Record
ListRecordsFailJSONMocked test mocked function
func ListRecordsFailStatusMocked ¶ added in v0.12.0
func ListRecordsFailStatusMocked(t *testing.T, domainID string, recordsIn []*types.Record) []*types.Record
ListRecordsFailStatusMocked test mocked function
func ListRecordsMocked ¶ added in v0.12.0
ListRecordsMocked test mocked function
func ListRulesFailErrMocked ¶ added in v0.12.0
func ListRulesFailErrMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
ListRulesFailErrMocked test mocked function
func ListRulesFailJSONMocked ¶ added in v0.12.0
func ListRulesFailJSONMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
ListRulesFailJSONMocked test mocked function
func ListRulesFailStatusMocked ¶ added in v0.12.0
func ListRulesFailStatusMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
ListRulesFailStatusMocked test mocked function
func ListRulesMocked ¶ added in v0.12.0
func ListRulesMocked(t *testing.T, listenerID string, rulesIn []*types.ListenerRule) []*types.ListenerRule
ListRulesMocked test mocked function
func ListSubnetServerArraysFailErrMocked ¶ added in v0.12.0
func ListSubnetServerArraysFailErrMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
ListSubnetServerArraysFailErrMocked test mocked function
func ListSubnetServerArraysFailJSONMocked ¶ added in v0.12.0
func ListSubnetServerArraysFailJSONMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
ListSubnetServerArraysFailJSONMocked test mocked function
func ListSubnetServerArraysFailStatusMocked ¶ added in v0.12.0
func ListSubnetServerArraysFailStatusMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
ListSubnetServerArraysFailStatusMocked test mocked function
func ListSubnetServerArraysMocked ¶ added in v0.12.0
func ListSubnetServerArraysMocked(t *testing.T, serverArraysIn []*types.ServerArray) []*types.ServerArray
ListSubnetServerArraysMocked test mocked function
func ListSubnetServersFailErrMocked ¶ added in v0.12.0
ListSubnetServersFailErrMocked test mocked function
func ListSubnetServersFailJSONMocked ¶ added in v0.12.0
ListSubnetServersFailJSONMocked test mocked function
func ListSubnetServersFailStatusMocked ¶ added in v0.12.0
ListSubnetServersFailStatusMocked test mocked function
func ListSubnetServersMocked ¶ added in v0.12.0
ListSubnetServersMocked test mocked function
func ListSubnetsFailErrMocked ¶ added in v0.12.0
ListSubnetsFailErrMocked test mocked function
func ListSubnetsFailJSONMocked ¶ added in v0.12.0
ListSubnetsFailJSONMocked test mocked function
func ListSubnetsFailStatusMocked ¶ added in v0.12.0
ListSubnetsFailStatusMocked test mocked function
func ListSubnetsMocked ¶ added in v0.12.0
ListSubnetsMocked test mocked function
func ListTargetGroupsFailErrMocked ¶ added in v0.12.0
func ListTargetGroupsFailErrMocked( t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup, ) []*types.TargetGroup
ListTargetGroupsFailErrMocked test mocked function
func ListTargetGroupsFailJSONMocked ¶ added in v0.12.0
func ListTargetGroupsFailJSONMocked( t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup, ) []*types.TargetGroup
ListTargetGroupsFailJSONMocked test mocked function
func ListTargetGroupsFailStatusMocked ¶ added in v0.12.0
func ListTargetGroupsFailStatusMocked( t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup, ) []*types.TargetGroup
ListTargetGroupsFailStatusMocked test mocked function
func ListTargetGroupsMocked ¶ added in v0.12.0
func ListTargetGroupsMocked( t *testing.T, loadBalancerID string, targetGroupsIn []*types.TargetGroup, ) []*types.TargetGroup
ListTargetGroupsMocked test mocked function
func ListTargetsFailErrMocked ¶ added in v0.12.0
func ListTargetsFailErrMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
ListTargetsFailErrMocked test mocked function
func ListTargetsFailJSONMocked ¶ added in v0.12.0
func ListTargetsFailJSONMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
ListTargetsFailJSONMocked test mocked function
func ListTargetsFailStatusMocked ¶ added in v0.12.0
func ListTargetsFailStatusMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
ListTargetsFailStatusMocked test mocked function
func ListTargetsMocked ¶ added in v0.12.0
func ListTargetsMocked(t *testing.T, targetGroupID string, targetsIn []*types.Target) []*types.Target
ListTargetsMocked test mocked function
func ListVPCsFailErrMocked ¶ added in v0.12.0
ListVPCsFailErrMocked test mocked function
func ListVPCsFailJSONMocked ¶ added in v0.12.0
ListVPCsFailJSONMocked test mocked function
func ListVPCsFailStatusMocked ¶ added in v0.12.0
ListVPCsFailStatusMocked test mocked function
func ListVPCsMocked ¶ added in v0.12.0
ListVPCsMocked test mocked function
func ListVPNPlansFailErrMocked ¶ added in v0.12.0
func ListVPNPlansFailErrMocked(t *testing.T, vpnPlansIn []*types.VpnPlan, vpcID string) []*types.VpnPlan
ListVPNPlansFailErrMocked test mocked function
func ListVPNPlansFailJSONMocked ¶ added in v0.12.0
func ListVPNPlansFailJSONMocked(t *testing.T, vpnPlansIn []*types.VpnPlan, vpcID string) []*types.VpnPlan
ListVPNPlansFailJSONMocked test mocked function
func ListVPNPlansFailStatusMocked ¶ added in v0.12.0
func ListVPNPlansFailStatusMocked(t *testing.T, vpnPlansIn []*types.VpnPlan, vpcID string) []*types.VpnPlan
ListVPNPlansFailStatusMocked test mocked function
func ListVPNPlansMocked ¶ added in v0.12.0
ListVPNPlansMocked test mocked function
func RetryDomainFailErrMocked ¶ added in v0.12.0
RetryDomainFailErrMocked test mocked function
func RetryDomainFailJSONMocked ¶ added in v0.12.0
RetryDomainFailJSONMocked test mocked function
func RetryDomainFailStatusMocked ¶ added in v0.12.0
RetryDomainFailStatusMocked test mocked function
func RetryDomainMocked ¶ added in v0.12.0
RetryDomainMocked test mocked function
func RetryListenerFailErrMocked ¶ added in v0.12.0
RetryListenerFailErrMocked test mocked function
func RetryListenerFailJSONMocked ¶ added in v0.12.0
RetryListenerFailJSONMocked test mocked function
func RetryListenerFailStatusMocked ¶ added in v0.12.0
RetryListenerFailStatusMocked test mocked function
func RetryListenerMocked ¶ added in v0.12.0
RetryListenerMocked test mocked function
func RetryLoadBalancerFailErrMocked ¶ added in v0.12.0
func RetryLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
RetryLoadBalancerFailErrMocked test mocked function
func RetryLoadBalancerFailJSONMocked ¶ added in v0.12.0
func RetryLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
RetryLoadBalancerFailJSONMocked test mocked function
func RetryLoadBalancerFailStatusMocked ¶ added in v0.12.0
func RetryLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
RetryLoadBalancerFailStatusMocked test mocked function
func RetryLoadBalancerMocked ¶ added in v0.12.0
func RetryLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
RetryLoadBalancerMocked test mocked function
func RetryRecordFailErrMocked ¶ added in v0.12.0
RetryRecordFailErrMocked test mocked function
func RetryRecordFailJSONMocked ¶ added in v0.12.0
RetryRecordFailJSONMocked test mocked function
func RetryRecordFailStatusMocked ¶ added in v0.12.0
RetryRecordFailStatusMocked test mocked function
func RetryRecordMocked ¶ added in v0.12.0
RetryRecordMocked test mocked function
func RetryTargetGroupFailErrMocked ¶ added in v0.12.0
func RetryTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
RetryTargetGroupFailErrMocked test mocked function
func RetryTargetGroupFailJSONMocked ¶ added in v0.12.0
func RetryTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
RetryTargetGroupFailJSONMocked test mocked function
func RetryTargetGroupFailStatusMocked ¶ added in v0.12.0
func RetryTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
RetryTargetGroupFailStatusMocked test mocked function
func RetryTargetGroupMocked ¶ added in v0.12.0
func RetryTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
RetryTargetGroupMocked test mocked function
func UpdateCertificateFailErrMocked ¶ added in v0.12.0
func UpdateCertificateFailErrMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
UpdateCertificateFailErrMocked test mocked function
func UpdateCertificateFailJSONMocked ¶ added in v0.12.0
func UpdateCertificateFailJSONMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
UpdateCertificateFailJSONMocked test mocked function
func UpdateCertificateFailStatusMocked ¶ added in v0.12.0
func UpdateCertificateFailStatusMocked( t *testing.T, loadBalancerID string, certificateIn *types.Certificate, ) *types.Certificate
UpdateCertificateFailStatusMocked test mocked function
func UpdateCertificateMocked ¶ added in v0.12.0
func UpdateCertificateMocked(t *testing.T, loadBalancerID string, certificateIn *types.Certificate) *types.Certificate
UpdateCertificateMocked test mocked function
func UpdateFirewallProfileFailErrMocked ¶
func UpdateFirewallProfileFailErrMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
UpdateFirewallProfileFailErrMocked test mocked function
func UpdateFirewallProfileFailJSONMocked ¶
func UpdateFirewallProfileFailJSONMocked( t *testing.T, firewallProfileIn *types.FirewallProfile, ) *types.FirewallProfile
UpdateFirewallProfileFailJSONMocked test mocked function
func UpdateFirewallProfileFailStatusMocked ¶
func UpdateFirewallProfileFailStatusMocked( t *testing.T, firewallProfileIn *types.FirewallProfile, ) *types.FirewallProfile
UpdateFirewallProfileFailStatusMocked test mocked function
func UpdateFirewallProfileMocked ¶
func UpdateFirewallProfileMocked(t *testing.T, firewallProfileIn *types.FirewallProfile) *types.FirewallProfile
UpdateFirewallProfileMocked test mocked function
func UpdateFloatingIPFailErrMocked ¶ added in v0.9.0
func UpdateFloatingIPFailErrMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
UpdateFloatingIPFailErrMocked test mocked function
func UpdateFloatingIPFailJSONMocked ¶ added in v0.9.0
func UpdateFloatingIPFailJSONMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
UpdateFloatingIPFailJSONMocked test mocked function
func UpdateFloatingIPFailStatusMocked ¶ added in v0.9.0
func UpdateFloatingIPFailStatusMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
UpdateFloatingIPFailStatusMocked test mocked function
func UpdateFloatingIPMocked ¶ added in v0.9.0
func UpdateFloatingIPMocked(t *testing.T, floatingIPIn *types.FloatingIP) *types.FloatingIP
UpdateFloatingIPMocked test mocked function
func UpdateListenerFailErrMocked ¶ added in v0.12.0
UpdateListenerFailErrMocked test mocked function
func UpdateListenerFailJSONMocked ¶ added in v0.12.0
UpdateListenerFailJSONMocked test mocked function
func UpdateListenerFailStatusMocked ¶ added in v0.12.0
UpdateListenerFailStatusMocked test mocked function
func UpdateListenerMocked ¶ added in v0.12.0
UpdateListenerMocked test mocked function
func UpdateLoadBalancerFailErrMocked ¶
func UpdateLoadBalancerFailErrMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
UpdateLoadBalancerFailErrMocked test mocked function
func UpdateLoadBalancerFailJSONMocked ¶
func UpdateLoadBalancerFailJSONMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
UpdateLoadBalancerFailJSONMocked test mocked function
func UpdateLoadBalancerFailStatusMocked ¶
func UpdateLoadBalancerFailStatusMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
UpdateLoadBalancerFailStatusMocked test mocked function
func UpdateLoadBalancerMocked ¶
func UpdateLoadBalancerMocked(t *testing.T, loadBalancerIn *types.LoadBalancer) *types.LoadBalancer
UpdateLoadBalancerMocked test mocked function
func UpdateRecordFailErrMocked ¶ added in v0.12.0
UpdateRecordFailErrMocked test mocked function
func UpdateRecordFailJSONMocked ¶ added in v0.12.0
UpdateRecordFailJSONMocked test mocked function
func UpdateRecordFailStatusMocked ¶ added in v0.12.0
UpdateRecordFailStatusMocked test mocked function
func UpdateRecordMocked ¶ added in v0.12.0
UpdateRecordMocked test mocked function
func UpdateRuleFailErrMocked ¶ added in v0.12.0
func UpdateRuleFailErrMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
UpdateRuleFailErrMocked test mocked function
func UpdateRuleFailJSONMocked ¶ added in v0.12.0
func UpdateRuleFailJSONMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
UpdateRuleFailJSONMocked test mocked function
func UpdateRuleFailStatusMocked ¶ added in v0.12.0
func UpdateRuleFailStatusMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
UpdateRuleFailStatusMocked test mocked function
func UpdateRuleMocked ¶ added in v0.12.0
func UpdateRuleMocked(t *testing.T, listenerID string, ruleIn *types.ListenerRule) *types.ListenerRule
UpdateRuleMocked test mocked function
func UpdateSubnetFailErrMocked ¶ added in v0.9.0
UpdateSubnetFailErrMocked test mocked function
func UpdateSubnetFailJSONMocked ¶ added in v0.9.0
UpdateSubnetFailJSONMocked test mocked function
func UpdateSubnetFailStatusMocked ¶ added in v0.9.0
UpdateSubnetFailStatusMocked test mocked function
func UpdateSubnetMocked ¶ added in v0.9.0
UpdateSubnetMocked test mocked function
func UpdateTargetGroupFailErrMocked ¶ added in v0.12.0
func UpdateTargetGroupFailErrMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
UpdateTargetGroupFailErrMocked test mocked function
func UpdateTargetGroupFailJSONMocked ¶ added in v0.12.0
func UpdateTargetGroupFailJSONMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
UpdateTargetGroupFailJSONMocked test mocked function
func UpdateTargetGroupFailStatusMocked ¶ added in v0.12.0
func UpdateTargetGroupFailStatusMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
UpdateTargetGroupFailStatusMocked test mocked function
func UpdateTargetGroupMocked ¶ added in v0.12.0
func UpdateTargetGroupMocked(t *testing.T, targetGroupIn *types.TargetGroup) *types.TargetGroup
UpdateTargetGroupMocked test mocked function
func UpdateVPCFailErrMocked ¶ added in v0.9.0
UpdateVPCFailErrMocked test mocked function
func UpdateVPCFailJSONMocked ¶ added in v0.9.0
UpdateVPCFailJSONMocked test mocked function
func UpdateVPCFailStatusMocked ¶ added in v0.9.0
UpdateVPCFailStatusMocked test mocked function
Types ¶
type CertificateService ¶ added in v0.12.0
type CertificateService struct {
// contains filtered or unexported fields
}
CertificateService manages certificate operations
func NewCertificateService ¶ added in v0.12.0
func NewCertificateService(concertoService utils.ConcertoService) (*CertificateService, error)
NewCertificateService returns a Concerto certificate service
func (*CertificateService) CreateCertificate ¶ added in v0.12.0
func (cs *CertificateService) CreateCertificate( loadBalancerID string, certificateParams *map[string]interface{}, ) (certificate *types.Certificate, err error)
CreateCertificate creates a certificate in a load balancer by its ID
func (*CertificateService) DeleteCertificate ¶ added in v0.12.0
func (cs *CertificateService) DeleteCertificate(loadBalancerID string, certificateID string) (err error)
DeleteCertificate deletes a certificate by its ID
func (*CertificateService) GetCertificate ¶ added in v0.12.0
func (cs *CertificateService) GetCertificate( loadBalancerID string, certificateID string, ) (certificate *types.Certificate, err error)
GetCertificate returns a certificate by its ID
func (*CertificateService) ListCertificates ¶ added in v0.12.0
func (cs *CertificateService) ListCertificates(loadBalancerID string) (certificates []*types.Certificate, err error)
ListCertificates returns the list of certificates in a load balancer by its ID, as an array of Certificate
func (*CertificateService) UpdateCertificate ¶ added in v0.12.0
func (cs *CertificateService) UpdateCertificate( loadBalancerID string, certificateID string, certificateParams *map[string]interface{}, ) (certificate *types.Certificate, err error)
UpdateCertificate updates a certificate by its ID
type DomainService ¶ added in v0.12.0
type DomainService struct {
// contains filtered or unexported fields
}
DomainService manages DNS domain and record operations
func NewDomainService ¶ added in v0.12.0
func NewDomainService(concertoService utils.ConcertoService) (*DomainService, error)
NewDomainService returns a Concerto Domain service
func (*DomainService) CreateDomain ¶ added in v0.12.0
func (ds *DomainService) CreateDomain(domainParams *map[string]interface{}) (domain *types.Domain, err error)
CreateDomain creates a domain
func (*DomainService) CreateRecord ¶ added in v0.12.0
func (ds *DomainService) CreateRecord( domainID string, recordParams *map[string]interface{}, ) (record *types.Record, err error)
CreateRecord creates a record in a domain
func (*DomainService) DeleteDomain ¶ added in v0.12.0
func (ds *DomainService) DeleteDomain(domainID string) (domain *types.Domain, err error)
DeleteDomain deletes a domain by its ID
func (*DomainService) DeleteRecord ¶ added in v0.12.0
func (ds *DomainService) DeleteRecord(recordID string) (record *types.Record, err error)
DeleteRecord deletes a record by its ID
func (*DomainService) GetDomain ¶ added in v0.12.0
func (ds *DomainService) GetDomain(domainID string) (domain *types.Domain, err error)
GetDomain returns a domain by its ID
func (*DomainService) GetRecord ¶ added in v0.12.0
func (ds *DomainService) GetRecord(recordID string) (record *types.Record, err error)
GetRecord returns a record by its ID
func (*DomainService) ListDomains ¶ added in v0.12.0
func (ds *DomainService) ListDomains() (domains []*types.Domain, err error)
ListDomains returns the list of domains as an array of Domain
func (*DomainService) ListRecords ¶ added in v0.12.0
func (ds *DomainService) ListRecords(domainID string) (records []*types.Record, err error)
ListRecords returns the list of records as an array of Record for given domain
func (*DomainService) RetryDomain ¶ added in v0.12.0
func (ds *DomainService) RetryDomain(domainID string) (domain *types.Domain, err error)
RetryDomain retries a domain by its ID
func (*DomainService) RetryRecord ¶ added in v0.12.0
func (ds *DomainService) RetryRecord(recordID string) (record *types.Record, err error)
RetryRecord retries a record by its ID
func (*DomainService) UpdateRecord ¶ added in v0.12.0
func (ds *DomainService) UpdateRecord( recordID string, recordParams *map[string]interface{}, ) (record *types.Record, err error)
UpdateRecord updates a record by its ID
type FirewallProfileService ¶
type FirewallProfileService struct {
// contains filtered or unexported fields
}
FirewallProfileService manages firewall profile operations
func NewFirewallProfileService ¶
func NewFirewallProfileService(concertoService utils.ConcertoService) (*FirewallProfileService, error)
NewFirewallProfileService returns a Concerto firewallProfile service
func (*FirewallProfileService) CreateFirewallProfile ¶
func (fps *FirewallProfileService) CreateFirewallProfile( firewallProfileParams *map[string]interface{}, ) (firewallProfile *types.FirewallProfile, err error)
CreateFirewallProfile creates a firewallProfile
func (*FirewallProfileService) DeleteFirewallProfile ¶
func (fps *FirewallProfileService) DeleteFirewallProfile(firewallProfileID string) (err error)
DeleteFirewallProfile deletes a firewallProfile by its ID
func (*FirewallProfileService) GetFirewallProfile ¶
func (fps *FirewallProfileService) GetFirewallProfile( firewallProfileID string, ) (firewallProfile *types.FirewallProfile, err error)
GetFirewallProfile returns a firewallProfile by its ID
func (*FirewallProfileService) ListFirewallProfiles ¶ added in v0.12.0
func (fps *FirewallProfileService) ListFirewallProfiles() (firewallProfiles []*types.FirewallProfile, err error)
ListFirewallProfiles returns the list of firewallProfiles as an array of FirewallProfile
func (*FirewallProfileService) UpdateFirewallProfile ¶
func (fps *FirewallProfileService) UpdateFirewallProfile( firewallProfileID string, firewallProfileParams *map[string]interface{}, ) (firewallProfile *types.FirewallProfile, err error)
UpdateFirewallProfile updates a firewallProfile by its ID
type FloatingIPService ¶ added in v0.9.0
type FloatingIPService struct {
// contains filtered or unexported fields
}
FloatingIPService manages floating IP operations
func NewFloatingIPService ¶ added in v0.9.0
func NewFloatingIPService(concertoService utils.ConcertoService) (*FloatingIPService, error)
NewFloatingIPService returns a Concerto FloatingIP service
func (*FloatingIPService) AttachFloatingIP ¶ added in v0.9.0
func (fips *FloatingIPService) AttachFloatingIP( floatingIPID string, floatingIPParams *map[string]interface{}, ) (server *types.Server, err error)
AttachFloatingIP attaches a FloatingIP by its ID
func (*FloatingIPService) CreateFloatingIP ¶ added in v0.9.0
func (fips *FloatingIPService) CreateFloatingIP( floatingIPParams *map[string]interface{}, ) (floatingIP *types.FloatingIP, err error)
CreateFloatingIP creates a FloatingIP
func (*FloatingIPService) DeleteFloatingIP ¶ added in v0.9.0
func (fips *FloatingIPService) DeleteFloatingIP(floatingIPID string) (err error)
DeleteFloatingIP deletes a FloatingIP by its ID
func (*FloatingIPService) DetachFloatingIP ¶ added in v0.9.0
func (fips *FloatingIPService) DetachFloatingIP(floatingIPID string) (err error)
DetachFloatingIP detaches a FloatingIP by its ID
func (*FloatingIPService) DiscardFloatingIP ¶ added in v0.9.0
func (fips *FloatingIPService) DiscardFloatingIP(floatingIPID string) (err error)
DiscardFloatingIP discards a FloatingIP by its ID
func (*FloatingIPService) GetFloatingIP ¶ added in v0.9.0
func (fips *FloatingIPService) GetFloatingIP(floatingIPID string) (floatingIP *types.FloatingIP, err error)
GetFloatingIP returns a FloatingIP by its ID
func (*FloatingIPService) ListFloatingIPs ¶ added in v0.12.0
func (fips *FloatingIPService) ListFloatingIPs(serverID string) (floatingIPs []*types.FloatingIP, err error)
ListFloatingIPs returns the list of FloatingIPs as an array of FloatingIP
func (*FloatingIPService) UpdateFloatingIP ¶ added in v0.9.0
func (fips *FloatingIPService) UpdateFloatingIP( floatingIPID string, floatingIPParams *map[string]interface{}, ) (floatingIP *types.FloatingIP, err error)
UpdateFloatingIP updates a FloatingIP by its ID
type ListenerService ¶ added in v0.12.0
type ListenerService struct {
// contains filtered or unexported fields
}
ListenerService manages listener operations
func NewListenerService ¶ added in v0.12.0
func NewListenerService(concertoService utils.ConcertoService) (*ListenerService, error)
NewListenerService returns a Concerto listener service
func (*ListenerService) CreateListener ¶ added in v0.12.0
func (ls *ListenerService) CreateListener( loadBalancerID string, listenerParams *map[string]interface{}, ) (listener *types.Listener, err error)
CreateListener creates a listener in a load balancer by its ID
func (*ListenerService) CreateRule ¶ added in v0.12.0
func (ls *ListenerService) CreateRule( listenerID string, listenerRuleParams *map[string]interface{}, ) (listenerRule *types.ListenerRule, err error)
CreateRule creates a rule in a listener by its ID
func (*ListenerService) DeleteListener ¶ added in v0.12.0
func (ls *ListenerService) DeleteListener(listenerID string) (listener *types.Listener, err error)
DeleteListener deletes a listener by its ID
func (*ListenerService) DeleteRule ¶ added in v0.12.0
func (ls *ListenerService) DeleteRule(listenerID string, listenerRuleID string) (err error)
DeleteRule deletes a rule in a listener by given IDs
func (*ListenerService) GetListener ¶ added in v0.12.0
func (ls *ListenerService) GetListener(listenerID string) (listener *types.Listener, err error)
GetListener returns a listener by its ID
func (*ListenerService) ListListeners ¶ added in v0.12.0
func (ls *ListenerService) ListListeners(loadBalancerID string) (listeners []*types.Listener, err error)
ListListeners returns the list of listeners in a load balancer by its ID, as an array of Listener
func (*ListenerService) ListRules ¶ added in v0.12.0
func (ls *ListenerService) ListRules(listenerID string) (listenerRules []*types.ListenerRule, err error)
ListRules returns the list of rules in a listener by its ID, as an array of ListenerRule
func (*ListenerService) RetryListener ¶ added in v0.12.0
func (ls *ListenerService) RetryListener( listenerID string, listenerParams *map[string]interface{}, ) (listener *types.Listener, err error)
RetryListener retries a listener by its ID
func (*ListenerService) UpdateListener ¶ added in v0.12.0
func (ls *ListenerService) UpdateListener( listenerID string, listenerParams *map[string]interface{}, ) (listener *types.Listener, err error)
UpdateListener updates a listener by its ID
func (*ListenerService) UpdateRule ¶ added in v0.12.0
func (ls *ListenerService) UpdateRule( listenerID string, listenerRuleID string, listenerRuleParams *map[string]interface{}, ) (listenerRule *types.ListenerRule, err error)
UpdateRule updates a rule in a listener by its ID
type LoadBalancerService ¶
type LoadBalancerService struct {
// contains filtered or unexported fields
}
LoadBalancerService manages load balancer operations
func NewLoadBalancerService ¶
func NewLoadBalancerService(concertoService utils.ConcertoService) (*LoadBalancerService, error)
NewLoadBalancerService returns a Concerto load balancer service
func (*LoadBalancerService) CreateLoadBalancer ¶
func (lbs *LoadBalancerService) CreateLoadBalancer( loadBalancerParams *map[string]interface{}, ) (loadBalancer *types.LoadBalancer, err error)
CreateLoadBalancer creates a load balancer
func (*LoadBalancerService) DeleteLoadBalancer ¶
func (lbs *LoadBalancerService) DeleteLoadBalancer( loadBalancerID string, ) (loadBalancer *types.LoadBalancer, err error)
DeleteLoadBalancer deletes a load balancer by its ID
func (*LoadBalancerService) GetLoadBalancer ¶
func (lbs *LoadBalancerService) GetLoadBalancer(loadBalancerID string) (loadBalancer *types.LoadBalancer, err error)
GetLoadBalancer returns a load balancer by its ID
func (*LoadBalancerService) GetLoadBalancerPlan ¶ added in v0.12.0
func (lbs *LoadBalancerService) GetLoadBalancerPlan( loadBalancerPlanID string, ) (loadBalancerPlan *types.LoadBalancerPlan, err error)
GetLoadBalancerPlan returns a load balancer plan by its ID
func (*LoadBalancerService) ListLoadBalancers ¶ added in v0.12.0
func (lbs *LoadBalancerService) ListLoadBalancers() (loadBalancers []*types.LoadBalancer, err error)
ListLoadBalancers returns the list of load balancers as an array of LoadBalancer
func (*LoadBalancerService) RetryLoadBalancer ¶ added in v0.12.0
func (lbs *LoadBalancerService) RetryLoadBalancer( loadBalancerID string, loadBalancerParams *map[string]interface{}, ) (loadBalancer *types.LoadBalancer, err error)
RetryLoadBalancer retries a load balancer by its ID
func (*LoadBalancerService) UpdateLoadBalancer ¶
func (lbs *LoadBalancerService) UpdateLoadBalancer( loadBalancerID string, loadBalancerParams *map[string]interface{}, ) (loadBalancer *types.LoadBalancer, err error)
UpdateLoadBalancer updates a load balancer by its ID
type SubnetService ¶ added in v0.9.0
type SubnetService struct {
// contains filtered or unexported fields
}
SubnetService manages subnet operations
func NewSubnetService ¶ added in v0.9.0
func NewSubnetService(concertoService utils.ConcertoService) (*SubnetService, error)
NewSubnetService returns a Concerto Subnet service
func (*SubnetService) CreateSubnet ¶ added in v0.9.0
func (ss *SubnetService) CreateSubnet( vpcID string, subnetParams *map[string]interface{}, ) (subnet *types.Subnet, err error)
CreateSubnet creates a Subnet
func (*SubnetService) DeleteSubnet ¶ added in v0.9.0
func (ss *SubnetService) DeleteSubnet(subnetID string) (err error)
DeleteSubnet deletes a Subnet by its ID
func (*SubnetService) GetSubnet ¶ added in v0.9.0
func (ss *SubnetService) GetSubnet(subnetID string) (subnet *types.Subnet, err error)
GetSubnet returns a Subnet by its ID
func (*SubnetService) ListSubnetServerArrays ¶ added in v0.12.0
func (ss *SubnetService) ListSubnetServerArrays(subnetID string) (serverArrays []*types.ServerArray, err error)
ListSubnetServerArrays returns the list of Server arrays of a Subnet as an array of ServerArray
func (*SubnetService) ListSubnetServers ¶ added in v0.12.0
func (ss *SubnetService) ListSubnetServers(subnetID string) (servers []*types.Server, err error)
ListSubnetServers returns the list of Servers of a Subnet as an array of Server
func (*SubnetService) ListSubnets ¶ added in v0.12.0
func (ss *SubnetService) ListSubnets(vpcID string) (subnets []*types.Subnet, err error)
ListSubnets returns the list of Subnets of a VPC as an array of Subnet
func (*SubnetService) UpdateSubnet ¶ added in v0.9.0
func (ss *SubnetService) UpdateSubnet( subnetID string, subnetParams *map[string]interface{}, ) (subnet *types.Subnet, err error)
UpdateSubnet updates a Subnet by its ID
type TargetGroupService ¶ added in v0.12.0
type TargetGroupService struct {
// contains filtered or unexported fields
}
TargetGroupService manages target group operations
func NewTargetGroupService ¶ added in v0.12.0
func NewTargetGroupService(concertoService utils.ConcertoService) (*TargetGroupService, error)
NewTargetGroupService returns a Concerto target group service
func (*TargetGroupService) CreateTarget ¶ added in v0.12.0
func (tgs *TargetGroupService) CreateTarget( targetGroupID string, targetParams *map[string]interface{}, ) (target *types.Target, err error)
CreateTarget creates a target in a target group by its ID
func (*TargetGroupService) CreateTargetGroup ¶ added in v0.12.0
func (tgs *TargetGroupService) CreateTargetGroup( loadBalancerID string, targetGroupParams *map[string]interface{}, ) (targetGroup *types.TargetGroup, err error)
CreateTargetGroup creates a target group in a load balancer by its ID
func (*TargetGroupService) DeleteTarget ¶ added in v0.12.0
func (tgs *TargetGroupService) DeleteTarget( targetGroupID string, targetResourceType string, targetResourceID string, ) (err error)
DeleteTarget deletes a target in a target group by given IDs and resource type
func (*TargetGroupService) DeleteTargetGroup ¶ added in v0.12.0
func (tgs *TargetGroupService) DeleteTargetGroup(targetGroupID string) (targetGroup *types.TargetGroup, err error)
DeleteTargetGroup deletes a target group by its ID
func (*TargetGroupService) GetTargetGroup ¶ added in v0.12.0
func (tgs *TargetGroupService) GetTargetGroup(targetGroupID string) (targetGroup *types.TargetGroup, err error)
GetTargetGroup returns a target group by its ID
func (*TargetGroupService) ListTargetGroups ¶ added in v0.12.0
func (tgs *TargetGroupService) ListTargetGroups(loadBalancerID string) (targetGroups []*types.TargetGroup, err error)
ListTargetGroups returns the list of target groups in a load balancer by its ID, as an array of TargetGroup
func (*TargetGroupService) ListTargets ¶ added in v0.12.0
func (tgs *TargetGroupService) ListTargets(targetGroupID string) (targets []*types.Target, err error)
ListTargets returns the list of targets in a target group by its ID, as an array of Target
func (*TargetGroupService) RetryTargetGroup ¶ added in v0.12.0
func (tgs *TargetGroupService) RetryTargetGroup( targetGroupID string, targetGroupParams *map[string]interface{}, ) (targetGroup *types.TargetGroup, err error)
RetryTargetGroup retries a target group by its ID
func (*TargetGroupService) UpdateTargetGroup ¶ added in v0.12.0
func (tgs *TargetGroupService) UpdateTargetGroup( targetGroupID string, targetGroupParams *map[string]interface{}, ) (targetGroup *types.TargetGroup, err error)
UpdateTargetGroup updates a target group by its ID
type VPCService ¶ added in v0.9.0
type VPCService struct {
// contains filtered or unexported fields
}
VPCService manages VPC operations
func NewVPCService ¶ added in v0.9.0
func NewVPCService(concertoService utils.ConcertoService) (*VPCService, error)
NewVPCService returns a Concerto VPC service
func (*VPCService) CreateVPC ¶ added in v0.9.0
func (vs *VPCService) CreateVPC(vpcParams *map[string]interface{}) (vpc *types.Vpc, err error)
CreateVPC creates a VPC
func (*VPCService) DeleteVPC ¶ added in v0.9.0
func (vs *VPCService) DeleteVPC(vpcID string) (err error)
DeleteVPC deletes a VPC by its ID
func (*VPCService) DiscardVPC ¶ added in v0.9.0
func (vs *VPCService) DiscardVPC(vpcID string) (err error)
DiscardVPC discards a VPC by its ID
func (*VPCService) GetVPC ¶ added in v0.9.0
func (vs *VPCService) GetVPC(vpcID string) (vpc *types.Vpc, err error)
GetVPC returns a VPC by its ID
type VPNService ¶ added in v0.9.0
type VPNService struct {
// contains filtered or unexported fields
}
VPNService manages VPN operations
func NewVPNService ¶ added in v0.9.0
func NewVPNService(concertoService utils.ConcertoService) (*VPNService, error)
NewVPNService returns a Concerto VPN service
func (*VPNService) CreateVPN ¶ added in v0.9.0
func (vs *VPNService) CreateVPN(vpcID string, vpnParams *map[string]interface{}) (vpn *types.Vpn, err error)
CreateVPN creates a VPN
func (*VPNService) DeleteVPN ¶ added in v0.9.0
func (vs *VPNService) DeleteVPN(vpcID string) (err error)
DeleteVPN deletes VPN by VPC ID
func (*VPNService) GetVPN ¶ added in v0.9.0
func (vs *VPNService) GetVPN(vpcID string) (vpn *types.Vpn, err error)
GetVPN returns a VPN by VPC ID
func (*VPNService) ListVPNPlans ¶ added in v0.12.0
func (vs *VPNService) ListVPNPlans(vpcID string) (vpnPlans []*types.VpnPlan, err error)
ListVPNPlans returns the list of VPN plans for a given VPC ID
Source Files ¶
- certificates_api.go
- certificates_api_mocked.go
- domains_api.go
- domains_api_mocked.go
- firewall_profiles_api.go
- firewall_profiles_api_mocked.go
- floating_ips_api.go
- floating_ips_api_mocked.go
- listeners_api.go
- listeners_api_mocked.go
- load_balancers_api.go
- load_balancers_api_mocked.go
- subnets_api.go
- subnets_api_mocked.go
- target_groups_api.go
- target_groups_api_mocked.go
- vpcs_api.go
- vpcs_api_mocked.go
- vpns_api.go
- vpns_api_mocked.go