Class SwitchInfo

java.lang.Object
com.ringcentral.definitions.SwitchInfo

public class SwitchInfo extends Object
  • Field Details

    • uri

      public String uri
      Link to the network switch resource Format: uri
    • id

      public String id
      Internal identifier of a network switch
    • chassisId

      public String chassisId
      Unique identifier of a network switch. The supported formats are: XX:XX:XX:XX:XX:XX (symbols 0-9 and A-F) for MAC address and X.X.X.X for IP address (symbols 0-255) Required
    • port

      public String port
      Switch entity extension for better diversity. Should be used together with chassisId
    • name

      public String name
      Name of a network switch
    • site

      public SwitchSiteInfo site
    • emergencyAddress

      public EmergencyAddressInfo emergencyAddress
    • emergencyLocation

      public EmergencyLocationInfo emergencyLocation
    • emergencyLocationId

      public String emergencyLocationId
      Emergency response location (address) internal identifier. Only one of a pair `emergencyAddress` or `emergencyLocationId` can be specified, otherwise the error is returned
  • Constructor Details

    • SwitchInfo

      public SwitchInfo()
  • Method Details