Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ get_netmask
Method
get_netmask
systemvm/debian/opt/cloud/bin/cs/CsAddress.py:164–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
return
self.get_attr(
"network"
)
163
164
def
get_netmask(self):
165
return
self.get_attr(
"netmask"
)
166
167
def
get_gateway(self):
168
if
self.config.is_vpc() or not self.is_guest():
Callers
1
get_guest_netmask
Method · 0.45
Calls
1
get_attr
Method · 0.95
Tested by
no test coverage detected