Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkMapping

Package version

interface

An interface representing NetworkMapping. Network Mapping model. Ideally it should have been possible to inherit this class from prev version in InheritedModels as long as there is no difference in structure or method signature. Since there were no base Models for certain fields and methods viz NetworkMappingProperties and Load with required return type, the class has been introduced in its entirety with references to base models to facilitate exensions in subsequent versions.

extends

Resource

Hierarchy

Index

Properties

Optional id

id: undefined | string
member

{string} [id] Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] Resource Location

Optional name

name: undefined | string
member

{string} [name] Resource Name NOTE: This property will not be serialized. It can only be populated by the server.

Optional properties

member

{NetworkMappingProperties} [properties] The Network Mapping Properties.

Optional type

type: undefined | string
member

{string} [type] Resource Type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc