Documentation ¶
Index ¶
- type Account
- type Accounts
- type NetworkInterface
- type NetworkInterfaces
- func (v NetworkInterfaces) GetByCidr(cidr string) NetworkInterfaces
- func (v NetworkInterfaces) GetById(id string) NetworkInterfaces
- func (v NetworkInterfaces) GetByIp(ip string) NetworkInterfaces
- func (v NetworkInterfaces) GetBySubnetId(id string) NetworkInterfaces
- func (v NetworkInterfaces) GetByVpcId(id string) NetworkInterfaces
- type Subnet
- type Subnets
- type Vpc
- type Vpcs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkInterface ¶
type NetworkInterface struct { Account Account Region string VpcId string SubnetId string OwnerId string PublicIP string PublicDnsName string PrivateIpAddress string PrivateIpAddresses []string PrivateDnsName string AttachTime time.Time AvailabilityZone string Description string InterfaceType string NetworkInterfaceId string RequesterId string RequesterManaged bool InstanceId string Type string Status string }
func ToNetworkInterface ¶
func ToNetworkInterface(account Account, region string, in types.NetworkInterface) NetworkInterface
type NetworkInterfaces ¶
type NetworkInterfaces []NetworkInterface
func ToNetworkInterfaces ¶
func ToNetworkInterfaces(account Account, region string, in []types.NetworkInterface) NetworkInterfaces
func (NetworkInterfaces) GetByCidr ¶
func (v NetworkInterfaces) GetByCidr(cidr string) NetworkInterfaces
func (NetworkInterfaces) GetById ¶
func (v NetworkInterfaces) GetById(id string) NetworkInterfaces
func (NetworkInterfaces) GetByIp ¶
func (v NetworkInterfaces) GetByIp(ip string) NetworkInterfaces
func (NetworkInterfaces) GetBySubnetId ¶ added in v0.0.2
func (v NetworkInterfaces) GetBySubnetId(id string) NetworkInterfaces
func (NetworkInterfaces) GetByVpcId ¶ added in v0.0.2
func (v NetworkInterfaces) GetByVpcId(id string) NetworkInterfaces
type Subnet ¶
type Subnets ¶
type Subnets []Subnet
func (Subnets) GetByAccountId ¶
func (Subnets) GetByVpcId ¶ added in v0.0.2
type Vpc ¶
Click to show internal directories.
Click to hide internal directories.