mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
add eip
This commit is contained in:
+2
-2
@@ -147,8 +147,8 @@ func (self *SRegion) GetEips(eipId string, offset int, limit int) ([]SEipAddress
|
||||
eips = append(eips, SEipAddress{region: self, AllocationId: *ip.AllocationId,
|
||||
Tags: tagspec,
|
||||
InstanceId: StrVal(ip.InstanceId),
|
||||
AssociationId: *ip.AssociationId,
|
||||
Domain: *ip.Domain,
|
||||
AssociationId: StrVal(ip.AssociationId),
|
||||
Domain: StrVal(ip.Domain),
|
||||
NetworkInterfaceId: StrVal(ip.NetworkInterfaceId),
|
||||
NetworkInterfaceOwnerId: StrVal(ip.NetworkInterfaceOwnerId),
|
||||
PrivateIpAddress: StrVal(ip.PrivateIpAddress),
|
||||
|
||||
Reference in New Issue
Block a user