Class NodeStatusProperties

  • All Implemented Interfaces:
    com.vmware.vapi.bindings.StaticStructure, com.vmware.vapi.bindings.Structure, java.io.Serializable

    public final class NodeStatusProperties
    extends java.lang.Object
    implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
    Node status properties
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        NodeStatusProperties()
      Default constructor.
      protected NodeStatusProperties​(com.vmware.vapi.data.StructValue __dynamicStructureFields)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends com.vmware.vapi.bindings.Structure>
      T
      _convertTo​(java.lang.Class<T> clazz)  
      java.lang.String _getCanonicalName()  
      static java.lang.String _getCanonicalTypeName()
      Returns the canonical type name.
      static com.vmware.vapi.bindings.type.StructType _getClassType()
      WARNING: Internal method, subject to change in future versions.
      com.vmware.vapi.data.StructValue _getDataValue()  
      com.vmware.vapi.data.DataValue _getDynamicField​(java.lang.String fieldName)  
      java.util.Set<java.lang.String> _getDynamicFieldNames()  
      com.vmware.vapi.bindings.type.StructType _getType()  
      boolean _hasTypeNameOf​(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)  
      static NodeStatusProperties _newInstance​(com.vmware.vapi.data.StructValue structValue)
      WARNING: Internal method, subject to change in future versions.
      Returns new instance of this binding class and injects the provided data value.
      WARNING: The returned object is not fully initialized.
      static NodeStatusProperties _newInstance2​(com.vmware.vapi.data.StructValue structValue)
      WARNING: Internal method, subject to change in future versions.
      Serves as a versioning mechanism.
      void _setDynamicField​(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)  
      protected void _updateDataValue​(com.vmware.vapi.data.StructValue structValue)  
      void _validate()  
      boolean equals​(java.lang.Object obj)  
      java.lang.Long getCpuCores()
      Number of CPU cores on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getCpuSockets()
      Number of CPU sockets on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      CpuUsage getCpuUsage()  
      java.util.List<DfwHeapMemoryUsage> getDfwHeapMemoryUsage()  
      java.lang.Long getDiskSpaceTotal()
      Amount of disk space available on the system, in kilobytes.
      java.lang.Long getDiskSpaceUsed()
      Amount of disk space in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getDpdkCpuCores()
      Number of DPDK cores on Edge Node which are used for packet IO processing.
      java.util.List<DpuStatusProperties> getDpus()
      Data processing units on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      EdgeTransportNodeMemoryUsage getEdgeMemUsage()  
      java.util.List<NodeFileSystemProperties> getFileSystems()
      File systems configured on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.String getHostname()
      Host name of the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.util.List<ResourceLink> getLinks()
      The server will populate this field when returing the resource.
      java.util.List<java.lang.Double> getLoadAverage()
      One, five, and fifteen minute load averages for the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getMemCache()
      Amount of RAM on the system that can be flushed out to disk, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getMemTotal()
      Amount of RAM allocated to the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getMemUsed()
      Amount of RAM in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getNonDpdkCpuCores()
      Number of non-DPDK cores on Edge Node.
      java.lang.Boolean getRemoteLoggingServerConfigured()
      Indicates if remote logging server is configured.
      java.lang.String getSchema()
      Schema for this resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      SelfResourceLink getSelf()  
      java.lang.String getSource()
      Possible values are: SOURCE_REALTIME SOURCE_CACHED Source of status data.
      java.lang.Long getSwapTotal()
      Amount of disk available for swap, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getSwapUsed()
      Amount of swap disk in use, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getSystemTime()
      Current time expressed in milliseconds since epoch format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.Long getUptime()
      Milliseconds since system start format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      int hashCode()  
      void setCpuCores​(java.lang.Long cpuCores)
      Number of CPU cores on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setCpuSockets​(java.lang.Long cpuSockets)
      Number of CPU sockets on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setCpuUsage​(CpuUsage cpuUsage)  
      void setDfwHeapMemoryUsage​(java.util.List<DfwHeapMemoryUsage> dfwHeapMemoryUsage)  
      void setDiskSpaceTotal​(java.lang.Long diskSpaceTotal)
      Amount of disk space available on the system, in kilobytes.
      void setDiskSpaceUsed​(java.lang.Long diskSpaceUsed)
      Amount of disk space in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setDpdkCpuCores​(java.lang.Long dpdkCpuCores)
      Number of DPDK cores on Edge Node which are used for packet IO processing.
      void setDpus​(java.util.List<DpuStatusProperties> dpus)
      Data processing units on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setEdgeMemUsage​(EdgeTransportNodeMemoryUsage edgeMemUsage)  
      void setFileSystems​(java.util.List<NodeFileSystemProperties> fileSystems)
      File systems configured on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setHostname​(java.lang.String hostname)
      Host name of the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setLinks​(java.util.List<ResourceLink> links)
      The server will populate this field when returing the resource.
      void setLoadAverage​(java.util.List<java.lang.Double> loadAverage)
      One, five, and fifteen minute load averages for the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setMemCache​(java.lang.Long memCache)
      Amount of RAM on the system that can be flushed out to disk, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setMemTotal​(java.lang.Long memTotal)
      Amount of RAM allocated to the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setMemUsed​(java.lang.Long memUsed)
      Amount of RAM in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setNonDpdkCpuCores​(java.lang.Long nonDpdkCpuCores)
      Number of non-DPDK cores on Edge Node.
      void setRemoteLoggingServerConfigured​(java.lang.Boolean remoteLoggingServerConfigured)
      Indicates if remote logging server is configured.
      void setSchema​(java.lang.String schema)
      Schema for this resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setSelf​(SelfResourceLink self)  
      void setSource​(java.lang.String source)
      Possible values are: SOURCE_REALTIME SOURCE_CACHED Source of status data.
      void setSwapTotal​(java.lang.Long swapTotal)
      Amount of disk available for swap, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setSwapUsed​(java.lang.Long swapUsed)
      Amount of swap disk in use, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setSystemTime​(java.lang.Long systemTime)
      Current time expressed in milliseconds since epoch format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      void setUptime​(java.lang.Long uptime)
      Milliseconds since system start format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • __dynamicStructureFields

        protected com.vmware.vapi.data.StructValue __dynamicStructureFields
    • Constructor Detail

      • NodeStatusProperties

        public NodeStatusProperties()
        Default constructor.
      • NodeStatusProperties

        protected NodeStatusProperties​(com.vmware.vapi.data.StructValue __dynamicStructureFields)
    • Method Detail

      • getLinks

        public java.util.List<ResourceLink> getLinks()
        The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setLinks

        public void setLinks​(java.util.List<ResourceLink> links)
        The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        links - New value for the property.
      • getSchema

        public java.lang.String getSchema()
        Schema for this resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setSchema

        public void setSchema​(java.lang.String schema)
        Schema for this resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        schema - New value for the property.
      • getSelf

        public SelfResourceLink getSelf()
        Returns:
        The current value of the property.
      • setSelf

        public void setSelf​(SelfResourceLink self)
        Parameters:
        self - New value for the property.
      • getCpuCores

        public java.lang.Long getCpuCores()
        Number of CPU cores on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setCpuCores

        public void setCpuCores​(java.lang.Long cpuCores)
        Number of CPU cores on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        cpuCores - New value for the property.
      • getCpuSockets

        public java.lang.Long getCpuSockets()
        Number of CPU sockets on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setCpuSockets

        public void setCpuSockets​(java.lang.Long cpuSockets)
        Number of CPU sockets on the system format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        cpuSockets - New value for the property.
      • getCpuUsage

        public CpuUsage getCpuUsage()
        Returns:
        The current value of the property.
      • setCpuUsage

        public void setCpuUsage​(CpuUsage cpuUsage)
        Parameters:
        cpuUsage - New value for the property.
      • getDfwHeapMemoryUsage

        public java.util.List<DfwHeapMemoryUsage> getDfwHeapMemoryUsage()
        Returns:
        The current value of the property.
      • setDfwHeapMemoryUsage

        public void setDfwHeapMemoryUsage​(java.util.List<DfwHeapMemoryUsage> dfwHeapMemoryUsage)
        Parameters:
        dfwHeapMemoryUsage - New value for the property.
      • getDiskSpaceTotal

        public java.lang.Long getDiskSpaceTotal()
        Amount of disk space available on the system, in kilobytes. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setDiskSpaceTotal

        public void setDiskSpaceTotal​(java.lang.Long diskSpaceTotal)
        Amount of disk space available on the system, in kilobytes. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        diskSpaceTotal - New value for the property.
      • getDiskSpaceUsed

        public java.lang.Long getDiskSpaceUsed()
        Amount of disk space in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setDiskSpaceUsed

        public void setDiskSpaceUsed​(java.lang.Long diskSpaceUsed)
        Amount of disk space in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        diskSpaceUsed - New value for the property.
      • getDpdkCpuCores

        public java.lang.Long getDpdkCpuCores()
        Number of DPDK cores on Edge Node which are used for packet IO processing. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setDpdkCpuCores

        public void setDpdkCpuCores​(java.lang.Long dpdkCpuCores)
        Number of DPDK cores on Edge Node which are used for packet IO processing. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        dpdkCpuCores - New value for the property.
      • getDpus

        public java.util.List<DpuStatusProperties> getDpus()
        Data processing units on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setDpus

        public void setDpus​(java.util.List<DpuStatusProperties> dpus)
        Data processing units on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        dpus - New value for the property.
      • setEdgeMemUsage

        public void setEdgeMemUsage​(EdgeTransportNodeMemoryUsage edgeMemUsage)
        Parameters:
        edgeMemUsage - New value for the property.
      • getFileSystems

        public java.util.List<NodeFileSystemProperties> getFileSystems()
        File systems configured on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setFileSystems

        public void setFileSystems​(java.util.List<NodeFileSystemProperties> fileSystems)
        File systems configured on the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        fileSystems - New value for the property.
      • getHostname

        public java.lang.String getHostname()
        Host name of the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setHostname

        public void setHostname​(java.lang.String hostname)
        Host name of the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        hostname - New value for the property.
      • getLoadAverage

        public java.util.List<java.lang.Double> getLoadAverage()
        One, five, and fifteen minute load averages for the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setLoadAverage

        public void setLoadAverage​(java.util.List<java.lang.Double> loadAverage)
        One, five, and fifteen minute load averages for the system This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        loadAverage - New value for the property.
      • getMemCache

        public java.lang.Long getMemCache()
        Amount of RAM on the system that can be flushed out to disk, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setMemCache

        public void setMemCache​(java.lang.Long memCache)
        Amount of RAM on the system that can be flushed out to disk, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        memCache - New value for the property.
      • getMemTotal

        public java.lang.Long getMemTotal()
        Amount of RAM allocated to the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setMemTotal

        public void setMemTotal​(java.lang.Long memTotal)
        Amount of RAM allocated to the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        memTotal - New value for the property.
      • getMemUsed

        public java.lang.Long getMemUsed()
        Amount of RAM in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setMemUsed

        public void setMemUsed​(java.lang.Long memUsed)
        Amount of RAM in use on the system, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        memUsed - New value for the property.
      • getNonDpdkCpuCores

        public java.lang.Long getNonDpdkCpuCores()
        Number of non-DPDK cores on Edge Node. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setNonDpdkCpuCores

        public void setNonDpdkCpuCores​(java.lang.Long nonDpdkCpuCores)
        Number of non-DPDK cores on Edge Node. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        nonDpdkCpuCores - New value for the property.
      • getRemoteLoggingServerConfigured

        public java.lang.Boolean getRemoteLoggingServerConfigured()
        Indicates if remote logging server is configured. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setRemoteLoggingServerConfigured

        public void setRemoteLoggingServerConfigured​(java.lang.Boolean remoteLoggingServerConfigured)
        Indicates if remote logging server is configured. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        remoteLoggingServerConfigured - New value for the property.
      • getSource

        public java.lang.String getSource()
        Possible values are: Source of status data. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setSource

        public void setSource​(java.lang.String source)
        Possible values are: Source of status data. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        source - New value for the property.
      • getSwapTotal

        public java.lang.Long getSwapTotal()
        Amount of disk available for swap, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setSwapTotal

        public void setSwapTotal​(java.lang.Long swapTotal)
        Amount of disk available for swap, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        swapTotal - New value for the property.
      • getSwapUsed

        public java.lang.Long getSwapUsed()
        Amount of swap disk in use, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setSwapUsed

        public void setSwapUsed​(java.lang.Long swapUsed)
        Amount of swap disk in use, in kilobytes format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        swapUsed - New value for the property.
      • getSystemTime

        public java.lang.Long getSystemTime()
        Current time expressed in milliseconds since epoch format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setSystemTime

        public void setSystemTime​(java.lang.Long systemTime)
        Current time expressed in milliseconds since epoch format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        systemTime - New value for the property.
      • getUptime

        public java.lang.Long getUptime()
        Milliseconds since system start format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setUptime

        public void setUptime​(java.lang.Long uptime)
        Milliseconds since system start format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        uptime - New value for the property.
      • _getType

        public com.vmware.vapi.bindings.type.StructType _getType()
        Specified by:
        _getType in interface com.vmware.vapi.bindings.StaticStructure
      • _getDataValue

        public com.vmware.vapi.data.StructValue _getDataValue()
        Specified by:
        _getDataValue in interface com.vmware.vapi.bindings.Structure
      • _updateDataValue

        protected void _updateDataValue​(com.vmware.vapi.data.StructValue structValue)
      • _validate

        public void _validate()
        Specified by:
        _validate in interface com.vmware.vapi.bindings.StaticStructure
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface com.vmware.vapi.bindings.StaticStructure
        Overrides:
        toString in class java.lang.Object
      • _hasTypeNameOf

        public boolean _hasTypeNameOf​(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
        Specified by:
        _hasTypeNameOf in interface com.vmware.vapi.bindings.Structure
      • _convertTo

        public <T extends com.vmware.vapi.bindings.Structure> T _convertTo​(java.lang.Class<T> clazz)
        Specified by:
        _convertTo in interface com.vmware.vapi.bindings.Structure
      • _setDynamicField

        public void _setDynamicField​(java.lang.String fieldName,
                                     com.vmware.vapi.data.DataValue fieldValue)
        Specified by:
        _setDynamicField in interface com.vmware.vapi.bindings.StaticStructure
      • _getDynamicField

        public com.vmware.vapi.data.DataValue _getDynamicField​(java.lang.String fieldName)
        Specified by:
        _getDynamicField in interface com.vmware.vapi.bindings.StaticStructure
      • _getDynamicFieldNames

        public java.util.Set<java.lang.String> _getDynamicFieldNames()
        Specified by:
        _getDynamicFieldNames in interface com.vmware.vapi.bindings.StaticStructure
      • _getClassType

        public static com.vmware.vapi.bindings.type.StructType _getClassType()
        WARNING: Internal method, subject to change in future versions.
        Returns:
        StructType instance representing the static bindings type for this Structure.
      • _getCanonicalName

        public java.lang.String _getCanonicalName()
        Specified by:
        _getCanonicalName in interface com.vmware.vapi.bindings.Structure
      • _getCanonicalTypeName

        public static java.lang.String _getCanonicalTypeName()
        Returns the canonical type name. See _getCanonicalName().
        Returns:
        canonical type name
      • _newInstance

        public static NodeStatusProperties _newInstance​(com.vmware.vapi.data.StructValue structValue)
        WARNING: Internal method, subject to change in future versions.
        Returns new instance of this binding class and injects the provided data value.
        WARNING: The returned object is not fully initialized.
        Parameters:
        structValue - the source of the data contained in the binding object. Could contain more data than fields of this class can describe i.e. newer version of the binding object. Could be null.
        Returns:
        the static bindings StructType
      • _newInstance2

        public static NodeStatusProperties _newInstance2​(com.vmware.vapi.data.StructValue structValue)
        WARNING: Internal method, subject to change in future versions.
        Serves as a versioning mechanism.