Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_ip
Method
get_ip
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:149–150 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
147
self.config = config
148
149
def
get_ip(self):
150
return
self.get_attr(
"public_ip"
)
151
152
def
get_ip6(self):
153
if
not self.config.is_vpc():
Callers
13
ip_in_subnet
Method · 0.95
__update
Method · 0.45
process
Method · 0.45
process
Method · 0.45
getGuestIp
Method · 0.45
getGuestIpByIp
Method · 0.45
get_guest_if
Method · 0.45
get_guest_ip
Method · 0.45
_redundant_on
Method · 0.45
set_fault
Method · 0.45
set_backup
Method · 0.45
set_primary
Method · 0.45
Calls
1
get_attr
Method · 0.95
Tested by
no test coverage detected