NIC information for a nic of a component in published service.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
accessMode | AccessMode | element | 0/1 | the accessMode | |
addressMode | AddressMode | element | 0/1 | the addressMode | |
hostName | string | element | 0/1 | the hostName | |
id | long | element | 1/1 | the id | |
mac | string | element | 0/1 | the mac | |
portForwardPairs | list of PortForwardPair | element | 0/unbounded | the portForwardPairs | |
staticIp | string | element | 0/1 | the staticIp | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<PublishedServiceComponentNIC xsitype="..."> <id>...</id> <accessMode>...</accessMode> <addressMode>...</addressMode> <staticIp>...</staticIp> <mac>...</mac> <hostName>...</hostName> <portForwardPairs xsitype="..."> <publicPort>...</publicPort> <privatePort>...</privatePort> </portForwardPairs> </PublishedServiceComponentNIC>