Class: Bosh::Director::DeploymentPlan::PlacementPlanner::NetworksToStaticIps::StaticIpToAzs

Inherits:
Struct
  • Object
show all
Defined in:
lib/bosh/director/deployment_plan/placement_planner/networks_to_static_ips.rb

Instance Attribute Summary collapse

Instance Attribute Details

#az_namesObject

Returns the value of attribute az_names

Returns:

  • (Object)

    the current value of 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

#claimedObject

Returns the value of attribute claimed

Returns:

  • (Object)

    the current value of claimed



120
121
122
# File 'lib/bosh/director/deployment_plan/placement_planner/networks_to_static_ips.rb', line 120

def claimed
  @claimed
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



120
121
122
# File 'lib/bosh/director/deployment_plan/placement_planner/networks_to_static_ips.rb', line 120

def ip
  @ip
end