Class NodeSlicePoolStatusAllocations

    • Constructor Detail

      • NodeSlicePoolStatusAllocations

        public NodeSlicePoolStatusAllocations()
        No args constructor for use in serialization
      • NodeSlicePoolStatusAllocations

        public NodeSlicePoolStatusAllocations​(String nodeName,
                                              String sliceRange)
    • Method Detail

      • getNodeName

        public String getNodeName()
        NodeName is the name of the node assigned to this slice, empty node name is an available slice for assignment
      • setNodeName

        public void setNodeName​(String nodeName)
        NodeName is the name of the node assigned to this slice, empty node name is an available slice for assignment
      • getSliceRange

        public String getSliceRange()
        SliceRange is the subnet of this slice
      • setSliceRange

        public void setSliceRange​(String sliceRange)
        SliceRange is the subnet of this slice
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)