Interface AdaptiveNetworkHardening


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

    Modifier and Type
    Method
    Description
    Gets the effectiveNetworkSecurityGroups property: The Network Security Groups effective on the network interfaces of the protected resource.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.AdaptiveNetworkHardeningInner object.
    Gets the name property: The name of the resource.
    Gets the rules property: The security rules which are recommended to be effective on the VM.
    Gets the rulesCalculationTime property: The UTC time on which the rules were calculated.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • rules

      List<Rule> rules()
      Gets the rules property: The security rules which are recommended to be effective on the VM.
      Returns:
      the rules value.
    • rulesCalculationTime

      OffsetDateTime rulesCalculationTime()
      Gets the rulesCalculationTime property: The UTC time on which the rules were calculated.
      Returns:
      the rulesCalculationTime value.
    • effectiveNetworkSecurityGroups

      List<EffectiveNetworkSecurityGroups> effectiveNetworkSecurityGroups()
      Gets the effectiveNetworkSecurityGroups property: The Network Security Groups effective on the network interfaces of the protected resource.
      Returns:
      the effectiveNetworkSecurityGroups value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.AdaptiveNetworkHardeningInner object.
      Returns:
      the inner object.