| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
network.resource
public class VoiceMailServer
VoiceMailServer represents a voicemail server (e.g. Cisco Unity). The VoiceMailServer hosts VoiceMailboxes. VoiceMailServers are provisionable but not clonable.
Links:
Kernel Association Association Link
A VoiceMailServer is made up of zero or more VoiceMailbox instances. Each VoiceMailbox belongs to a single VoiceMailServer instance.
Constraints:
- see VoiceMailbox constraints
Default:
- none
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
0..*
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
associates:
network.resource.VoiceMailbox
Kernel Association Association Link
serverAddress represents the address of the voice mail server to which the CSN must establish its SIP based event registration.
Constraints:
- must be a valid SIP URI (see URI constraints)
- must not be null
Default:
- none
Clone:
- yes, verbatim
Associates type:
association
Client cardinality:
0..1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
| Field Summary |
|
|
private List |
|
serverAddress represents the address of the voice mail server to which the CSN must establish its SIP based event registration.
Constraints:
- must be a valid SIP URI (see URI constraints)
- must not be null
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
private List voiceMailboxes
A VoiceMailServer is made up of zero or more VoiceMailbox instances. Each VoiceMailbox belongs to a single VoiceMailServer instance.
Constraints:
- see VoiceMailbox constraints
Default:
- none
Multiplicity:
1
Custom properties
associates:
network.resource.VoiceMailbox
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|