Class: Bosh::Director::DeploymentPlan::PlacementPlanner::NetworksToStaticIps::StaticIpToAzs
- Inherits:
-
Struct
- Object
- Struct
- Bosh::Director::DeploymentPlan::PlacementPlanner::NetworksToStaticIps::StaticIpToAzs
- Defined in:
- lib/bosh/director/deployment_plan/placement_planner/networks_to_static_ips.rb
Instance Attribute Summary collapse
-
#az_names ⇒ Object
Returns the value of attribute az_names.
-
#claimed ⇒ Object
Returns the value of attribute claimed.
-
#ip ⇒ Object
Returns the value of attribute ip.
Instance Attribute Details
#az_names ⇒ Object
Returns the value of attribute az_names
120 121 122 |
# File 'lib/bosh/director/deployment_plan/placement_planner/networks_to_static_ips.rb', line 120 def az_names @az_names end |
#claimed ⇒ Object
Returns the value of attribute claimed
120 121 122 |
# File 'lib/bosh/director/deployment_plan/placement_planner/networks_to_static_ips.rb', line 120 def claimed @claimed end |
#ip ⇒ Object
Returns the value of attribute ip
120 121 122 |
# File 'lib/bosh/director/deployment_plan/placement_planner/networks_to_static_ips.rb', line 120 def ip @ip end |