nge
DomainSite

NFM-P logical representation of a local site object in a domain . This instance is automatically created if the key group is successfully deployed to the site in a domain.



public class DomainSite

Properties
autoDiscoveryExecutionStatus To indicate the progress of NGE discovery execution status.

type=nge.NgeExecutionStatus
access=read-only
default=idle
Displayed(tab/group)=NGE Discovery Execution Status (/NGE Discovery Status)

discoveryWaitTimer The wait timer for the NGE node discovery of an unmanaged domain site before the NGE auto discovery is terminated.

type=int
default=1
minimum=1
maximum=5
units=minutes
Displayed(tab/group)=NGE Discovery Wait Timer (/NGE Discovery)

domainId Domain ID.

type=int
access=read-create
minimum=1
maximum=64
Mandatory on create
Displayed(tab/group)=Domain ID (/Domain)

encryptionStatus The Domain Site encryption status.

type=nge.NgeDeploymentStatus
access=read-only
default=notDeployed
Displayed(tab/group)=Domain Site Encryption Status (/Status)

inboundKeyGroupId Inbound Key group id.

type=int
access=read-only
default=0
minimum=1
maximum=127
Displayed(tab/group)=Configured Inbound Key Group (/Key Group)

ipAddress Specifies the Active management IP address of the domain site.

type=InetAddress
access=read-create
default=0.0.0.0
Displayed(tab/group)=IP Address (/Site)

ipAddressType

type=rtr.InetAddressType
access=read-create
default=ipv4

isGatewaySite Indicates the site is a gateway site.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Gateway Site (/Site)

isManagedByVsrA True if the VSR node identified by the ipAddress attributes is managed by a VSR-a Node. False other wise

type=boolean
access=read-create
default=false
Displayed(tab/group)=Managed by VSR-a (/Site)

isUnManagedNE Specifies whether the site is an Un-Managed NE.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Unmanaged Site (/Site)

mgmtIpAddress When the domain site is un-managed, it specifies the user entered IP Address. When the domain site is managed, it specifies the active management IP Address, the same value as ipAddress.

type=InetAddress
access=read-create
Mandatory on create
Displayed(tab/group)=Management IP Address (/Site)

outboundKeyGroupId Outbound Key group id.

type=int
access=read-only
default=0
minimum=1
maximum=127
Displayed(tab/group)=Configured Outbound Key Group (/Key Group)

siteId Site Id.

type=string
access=read-create
default=0.0.0.0
maximum=50
Displayed(tab/group)=Site ID (/Site)

siteName Site Name

type=string
access=read-create
maximum=252
Mandatory on create
Displayed(tab/group)=Site Name (/Site)

topologyDiscoveryRulePointer Specify the discovery rule to be used to auto-discover the unmanaged domain site.

type=Pointer
default=
Displayed(tab/group)=Discovery Rule (/NGE Discovery)

vsrAMgmtAddr Specifies the Active management IP address of the VSR-a which manages the VSR, only applicable when isManagedByVsrA is true .

type=InetAddress
access=read-create
default=0.0.0.0
Displayed(tab/group)=VSR-a IP address (/Site)

  
Properties inherited from nge.EncryptionBase
ngeDeploymentStatus, ngeExecutionState, ngeExecutionStatus
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

autoDiscovery

DEPRECATED - 17.9 -use {{nge.Domain.ngeDiscoveryDomainSites}} instead
Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
instanceFullName : string - the full name of the object.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false