Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
This material is the confidential property of Oracle Corporation or its licensors and may be used, reproduced, stored or transmitted only in accordance with a valid Oracle license or sublicense agreement.

Field Index SQL Mapping

Class /service/ip

Provides dialup Internet access. Includes connection information, such as IP address and connection protocol.

Notes

  • This object can be read by the owner or any billing group leader within the brand who is an ancestor of the owner.
  • This object can be modified by the owner or any billing group leader within the brand who is an ancestor of the owner.
  • This object can be created by anyone.

Links



Field Index

Type Field Name
array PIN_FLD_ARGS
string
string
substruct PIN_FLD_SERVICE_IP
enum
binstr
enum


Field Details

array PIN_FLD_ARGS

Terminal Server Protocol Extensions Array. List of (name, value) pairs which are used to set the IP session characteristics. Element id not significant. Multiple entries with same name may be used if appropriate. See PCM_OP_TERM_POL_AUTHORIZE.

Notes

  • Can be specified on object creation
  • Can be modified

Links


string PIN_FLD_NAME

Extension name. For RADIUS, this name must match a name from the dictionary. e.g. Framed-IP-Netmask, Framed-MTU.

Notes

Links


string PIN_FLD_VALUE

Extension value. Stringified version of the value for the corresponding extension name. e.g. for IP addrs this is in dotted decimal notation. For enumerated values, either enumerated name or decimal value may be used (e.g. PPP or 1 for Framed-Protocol)

Notes

Links


substruct PIN_FLD_SERVICE_IP

Substruct to hold IP service specific information. Note that these entries are obsoleted by the PIN_FLD_ARGS array and are supported only for backward compatibility.

Notes

  • Can be specified on object creation
  • Can be modified

Links


enum PIN_FLD_COMPRESSION

Compression option (for protocol). (Framed-Compression)

Notes

Links


binstr PIN_FLD_IPADDR

IP addres. Zero length means dynamically assigned. (Framed-IP-Address)

Notes

Links


enum PIN_FLD_PROTOCOL

SLIP, PPP etc. (Framed-Protocol)

Notes

Links




SQL Mapping

Links


Type Field Name Table Column Name
derived-class /service/ip
array PIN_FLD_ARGS service_ip_args_t
string
PIN_FLD_NAME
name
string
PIN_FLD_VALUE
value
substruct PIN_FLD_SERVICE_IP service_ip_t
enum
PIN_FLD_COMPRESSION
compression
binstr
PIN_FLD_IPADDR
ipaddr
enum
PIN_FLD_PROTOCOL
protocol


Field Index This Class