NetworkDetailsModel

Network details for single network view

  • cidrBlock
    Type: string
    required
  • connectedVms
    Type: integer
    required

    Integer numbers.

  • createdAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • datacenter
    Type: object
    required
    • country
      Type: string
      required
    • countryAbbr
      Type: string
      required
    • id
      Type: stringFormat: uuid
      required
    • name
      Type: string
      required
    • region
      Type: string
      required
  • dnsNameservers
    Type: string
    required
  • id
    Type: stringFormat: uuid
    required
  • name
    Type: string
    required
  • networkType
    Type: stringenum
    required
    values
    • standard
    • custom
  • snat
    Type: string
    required
  • snatEnabled
    Type: boolean
    required
  • updatedAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • allocationPools
    Type: array object[]
    • end
      Type: string
      required
    • start
      Type: string
      required
  • deletedAt
    Type: stringFormat: date-time nullable

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • description
    Type: string
  • gatewayIp
    Type: string
  • resourceGroupId
    Type: stringFormat: uuid nullable

    The resource group this network belongs to (null if unassigned)

  • resourceGroupName
    Type: string nullable

    The name of the resource group (null if unassigned)