Documentation ¶
Index ¶
- type AzureCloudConnection
- func (cloudConn *AzureCloudConnection) Close() error
- func (cloudConn *AzureCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
- func (cloudConn *AzureCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
- func (cloudConn *AzureCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
- func (cloudConn *AzureCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
- func (cloudConn *AzureCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
- func (cloudConn *AzureCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
- func (cloudConn *AzureCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
- func (cloudConn *AzureCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
- func (cloudConn *AzureCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
- func (cloudConn *AzureCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
- func (cloudConn *AzureCloudConnection) CreateTagHandler() (irs.TagHandler, 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 SubscriptionsClient *armsubscription.SubscriptionsClient VMClient *armcompute.VirtualMachinesClient ImageClient *armcompute.ImagesClient VMImageClient *armcompute.VirtualMachineImagesClient PublicIPClient *armnetwork.PublicIPAddressesClient SecurityGroupClient *armnetwork.SecurityGroupsClient SecurityGroupRuleClient *armnetwork.SecurityRulesClient VNetClient *armnetwork.VirtualNetworksClient VNicClient *armnetwork.InterfacesClient IPConfigClient *armnetwork.InterfaceIPConfigurationsClient SubnetClient *armnetwork.SubnetsClient DiskClient *armcompute.DisksClient VmSpecClient *armcompute.VirtualMachineSizesClient SshKeyClient *armcompute.SSHPublicKeysClient NLBClient *armnetwork.LoadBalancersClient NLBBackendAddressPoolsClient *armnetwork.LoadBalancerBackendAddressPoolsClient NLBLoadBalancingRulesClient *armnetwork.LoadBalancerLoadBalancingRulesClient MetricClient *azquery.MetricsClient ManagedClustersClient *armcontainerservice.ManagedClustersClient AgentPoolsClient *armcontainerservice.AgentPoolsClient VirtualMachineScaleSetsClient *armcompute.VirtualMachineScaleSetsClient VirtualMachineScaleSetVMsClient *armcompute.VirtualMachineScaleSetVMsClient VirtualMachineRunCommandsClient *armcompute.VirtualMachineRunCommandsClient ResourceGroupsClient *armresources.ResourceGroupsClient ResourceSKUsClient *armcompute.ResourceSKUsClient TagsClient *armresources.TagsClient }
func (*AzureCloudConnection) Close ¶
func (cloudConn *AzureCloudConnection) Close() error
func (*AzureCloudConnection) CreateAnyCallHandler ¶ added in v0.6.9
func (cloudConn *AzureCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
func (*AzureCloudConnection) CreateClusterHandler ¶ added in v0.6.7
func (cloudConn *AzureCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
func (*AzureCloudConnection) CreateDiskHandler ¶ added in v0.6.7
func (cloudConn *AzureCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
func (*AzureCloudConnection) CreateImageHandler ¶
func (cloudConn *AzureCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
func (*AzureCloudConnection) CreateKeyPairHandler ¶
func (cloudConn *AzureCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
func (*AzureCloudConnection) CreateMyImageHandler ¶ added in v0.6.8
func (cloudConn *AzureCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
func (*AzureCloudConnection) CreateNLBHandler ¶ added in v0.5.9
func (cloudConn *AzureCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
func (*AzureCloudConnection) CreatePriceInfoHandler ¶ added in v0.8.0
func (cloudConn *AzureCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
func (*AzureCloudConnection) CreateRegionZoneHandler ¶ added in v0.7.6
func (cloudConn *AzureCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
func (*AzureCloudConnection) CreateSecurityHandler ¶
func (cloudConn *AzureCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
func (*AzureCloudConnection) CreateTagHandler ¶ added in v0.8.20
func (cloudConn *AzureCloudConnection) CreateTagHandler() (irs.TagHandler, 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.