Documentation ¶
Index ¶
- Constants
- type Cloud
- func (c *Cloud) AttachRolePolicy(ctx context.Context, roleName, policyARN string) error
- func (c *Cloud) Compute() cloud.Compute
- func (c *Cloud) CreateBucket(ctx context.Context, bucket string) (*cloud.Bucket, error)
- func (c *Cloud) DescribeInstances(ctx context.Context, filters ...*cloud.Filter) ([]*cloud.Instance, error)
- func (c *Cloud) DescribeRegions(ctx context.Context) ([]*cloud.Region, error)
- func (c *Cloud) DescribeSubnets(ctx context.Context, vpcID string) ([]*cloud.Subnet, error)
- func (c *Cloud) DescribeVPCs(ctx context.Context) ([]*cloud.VPC, error)
- func (c *Cloud) DescribeZones(ctx context.Context) ([]*cloud.Zone, error)
- func (c *Cloud) GetBucket(ctx context.Context, bucket string) (*cloud.Bucket, error)
- func (c *Cloud) GetInstanceProfile(ctx context.Context, profileName string) (*cloud.InstanceProfile, error)
- func (c *Cloud) IAM() cloud.IAM
- func (c *Cloud) Name() cloud.ProviderName
- func (c *Cloud) Session(region, profile string) (interface{}, error)
- func (c *Cloud) Storage() cloud.Storage
Constants ¶
View Source
const CloudProviderName cloud.ProviderName = "aws"
CloudProviderName is the name of this cloud provider.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cloud ¶
type Cloud struct {
// contains filtered or unexported fields
}
func (*Cloud) AttachRolePolicy ¶ added in v0.0.16
func (*Cloud) CreateBucket ¶ added in v0.0.10
func (*Cloud) DescribeInstances ¶ added in v0.0.16
func (*Cloud) DescribeRegions ¶
func (*Cloud) DescribeSubnets ¶
func (*Cloud) DescribeVPCs ¶
func (*Cloud) DescribeZones ¶
func (*Cloud) GetInstanceProfile ¶ added in v0.0.16
func (*Cloud) Name ¶
func (c *Cloud) Name() cloud.ProviderName
Click to show internal directories.
Click to hide internal directories.