Interface DscNodeReport


public interface DscNodeReport
An immutable client-side representation of DscNodeReport.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the configurationVersion property: Gets or sets the configurationVersion of the node report.
    Gets the endTime property: Gets or sets the end time of the node report.
    Gets the errors property: Gets or sets the errors for the node report.
    Gets the hostname property: Gets or sets the hostname of the node that sent the report.
    id()
    Gets the id property: Gets or sets the id.
    Gets the inner com.azure.resourcemanager.automation.fluent.models.DscNodeReportInner object.
    Gets the iPV4Addresses property: Gets or sets the IPv4 address of the node that sent the report.
    Gets the iPV6Addresses property: Gets or sets the IPv6 address of the node that sent the report.
    Gets the lastModifiedTime property: Gets or sets the lastModifiedTime of the node report.
    Gets the metaConfiguration property: Gets or sets the metaConfiguration of the node at the time of the report.
    Gets the numberOfResources property: Gets or sets the number of resource in the node report.
    Gets the rawErrors property: Gets or sets the unparsed errors for the node report.
    Gets the rebootRequested property: Gets or sets the rebootRequested of the node report.
    Gets the refreshMode property: Gets or sets the refreshMode of the node report.
    Gets the reportFormatVersion property: Gets or sets the reportFormatVersion of the node report.
    Gets the reportId property: Gets or sets the id of the node report.
    Gets the resources property: Gets or sets the resource for the node report.
    Gets the startTime property: Gets or sets the start time of the node report.
    Gets the status property: Gets or sets the status of the node report.
    Gets the type property: Gets or sets the type of the node report.
  • Method Details

    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: Gets or sets the end time of the node report.
      Returns:
      the endTime value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Gets or sets the lastModifiedTime of the node report.
      Returns:
      the lastModifiedTime value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: Gets or sets the start time of the node report.
      Returns:
      the startTime value.
    • type

      String type()
      Gets the type property: Gets or sets the type of the node report.
      Returns:
      the type value.
    • reportId

      String reportId()
      Gets the reportId property: Gets or sets the id of the node report.
      Returns:
      the reportId value.
    • status

      String status()
      Gets the status property: Gets or sets the status of the node report.
      Returns:
      the status value.
    • refreshMode

      String refreshMode()
      Gets the refreshMode property: Gets or sets the refreshMode of the node report.
      Returns:
      the refreshMode value.
    • rebootRequested

      String rebootRequested()
      Gets the rebootRequested property: Gets or sets the rebootRequested of the node report.
      Returns:
      the rebootRequested value.
    • reportFormatVersion

      String reportFormatVersion()
      Gets the reportFormatVersion property: Gets or sets the reportFormatVersion of the node report.
      Returns:
      the reportFormatVersion value.
    • configurationVersion

      String configurationVersion()
      Gets the configurationVersion property: Gets or sets the configurationVersion of the node report.
      Returns:
      the configurationVersion value.
    • id

      String id()
      Gets the id property: Gets or sets the id.
      Returns:
      the id value.
    • errors

      List<DscReportError> errors()
      Gets the errors property: Gets or sets the errors for the node report.
      Returns:
      the errors value.
    • resources

      List<DscReportResource> resources()
      Gets the resources property: Gets or sets the resource for the node report.
      Returns:
      the resources value.
    • metaConfiguration

      DscMetaConfiguration metaConfiguration()
      Gets the metaConfiguration property: Gets or sets the metaConfiguration of the node at the time of the report.
      Returns:
      the metaConfiguration value.
    • hostname

      String hostname()
      Gets the hostname property: Gets or sets the hostname of the node that sent the report.
      Returns:
      the hostname value.
    • iPV4Addresses

      List<String> iPV4Addresses()
      Gets the iPV4Addresses property: Gets or sets the IPv4 address of the node that sent the report.
      Returns:
      the iPV4Addresses value.
    • iPV6Addresses

      List<String> iPV6Addresses()
      Gets the iPV6Addresses property: Gets or sets the IPv6 address of the node that sent the report.
      Returns:
      the iPV6Addresses value.
    • numberOfResources

      Integer numberOfResources()
      Gets the numberOfResources property: Gets or sets the number of resource in the node report.
      Returns:
      the numberOfResources value.
    • rawErrors

      String rawErrors()
      Gets the rawErrors property: Gets or sets the unparsed errors for the node report.
      Returns:
      the rawErrors value.
    • innerModel

      DscNodeReportInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.DscNodeReportInner object.
      Returns:
      the inner object.