This commit is contained in:
TangBin
2018-10-24 18:20:11 +08:00
parent 3d479e776f
commit bcf7e6f80b
+2 -2
View File
@@ -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),