Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.resource
Class VoiceMailServer

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
to Class VoiceMailbox
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
to Class Address
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 Address
private List
Field Detail
serverAddress
private Address serverAddress
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
 

voiceMailboxes
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
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD