Class NetworkLocation

All Implemented Interfaces:
Serializable

public class NetworkLocation extends NetworkLocationIdentityProjection
Represents a Network Location, which defines geographic or logical locations associated with networks and cloud resources. Network Locations can be used to organize networks by region, datacenter, or other logical groupings.
See Also:
  • Field Details

    • account

      protected Account account
    • refType

      protected String refType
    • refId

      protected Long refId
    • refUUID

      protected String refUUID
    • network

      protected Network network
  • Constructor Details

    • NetworkLocation

      public NetworkLocation()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)
    • getRefUUID

      public String getRefUUID()
    • setRefUUID

      public void setRefUUID(String refUUID)
    • getNetwork

      public Network getNetwork()
    • setNetwork

      public void setNetwork(Network network)