HostIP represents a single IP address allocated to the host.

Hierarchy

  • V1HostIP

Constructors

Properties

ip?: string

IP is the IP address assigned to the host

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc