Package com.ringcentral.definitions
Class SwitchInfo
java.lang.Object
com.ringcentral.definitions.SwitchInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnique identifier of a network switch.Emergency response location (address) internal identifier.Internal identifier of a network switchName of a network switchSwitch entity extension for better diversity.Link to the network switch resource Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemergencyAddress(EmergencyAddressInfo emergencyAddress) emergencyLocation(EmergencyLocationInfo emergencyLocation) emergencyLocationId(String emergencyLocationId) site(SwitchSiteInfo site)
-
Field Details
-
uri
Link to the network switch resource Format: uri -
id
Internal identifier of a network switch -
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
Switch entity extension for better diversity. Should be used together with chassisId -
name
Name of a network switch -
site
-
emergencyAddress
-
emergencyLocation
-
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
-
uri
-
id
-
chassisId
-
port
-
name
-
site
-
emergencyAddress
-
emergencyLocation
-
emergencyLocationId
-