Documentation ¶
Index ¶
- type AzureCloudConnection
- func (cloudConn *AzureCloudConnection) Close() error
- func (cloudConn *AzureCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
- func (cloudConn *AzureCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
- func (cloudConn *AzureCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
- func (cloudConn *AzureCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
- func (cloudConn *AzureCloudConnection) CreateVMHandler() (irs.VMHandler, error)
- func (cloudConn *AzureCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
- func (cloudConn *AzureCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
- func (cloudConn *AzureCloudConnection) IsConnected() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureCloudConnection ¶
type AzureCloudConnection struct { CredentialInfo idrv.CredentialInfo Region idrv.RegionInfo Ctx context.Context VMClient *compute.VirtualMachinesClient ImageClient *compute.ImagesClient VMImageClient *compute.VirtualMachineImagesClient PublicIPClient *network.PublicIPAddressesClient SecurityGroupClient *network.SecurityGroupsClient SecurityGroupRuleClient *network.SecurityRulesClient VNetClient *network.VirtualNetworksClient VNicClient *network.InterfacesClient IPConfigClient *network.InterfaceIPConfigurationsClient SubnetClient *network.SubnetsClient DiskClient *compute.DisksClient VmSpecClient *compute.VirtualMachineSizesClient SshKeyClient *compute.SSHPublicKeysClient NLBClient *network.LoadBalancersClient NLBBackendAddressPoolsClient *network.LoadBalancerBackendAddressPoolsClient NLBLoadBalancingRulesClient *network.LoadBalancerLoadBalancingRulesClient MetricClient *insights.MetricsClient }
func (*AzureCloudConnection) Close ¶
func (cloudConn *AzureCloudConnection) Close() error
func (*AzureCloudConnection) CreateImageHandler ¶
func (cloudConn *AzureCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
func (*AzureCloudConnection) CreateKeyPairHandler ¶
func (cloudConn *AzureCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
func (*AzureCloudConnection) CreateNLBHandler ¶ added in v0.5.9
func (cloudConn *AzureCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
func (*AzureCloudConnection) CreateSecurityHandler ¶
func (cloudConn *AzureCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
func (*AzureCloudConnection) CreateVMHandler ¶
func (cloudConn *AzureCloudConnection) CreateVMHandler() (irs.VMHandler, error)
func (*AzureCloudConnection) CreateVMSpecHandler ¶
func (cloudConn *AzureCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
func (*AzureCloudConnection) CreateVPCHandler ¶ added in v0.1.3
func (cloudConn *AzureCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
func (*AzureCloudConnection) IsConnected ¶
func (cloudConn *AzureCloudConnection) IsConnected() (bool, error)
Click to show internal directories.
Click to hide internal directories.