Class GetNetworkSecurityGroupResult


  • public final class GetNetworkSecurityGroupResult
    extends java.lang.Object
    • Method Detail

      • defaultSecurityRules

        public java.util.List<SecurityRuleResponse> defaultSecurityRules()
        Returns:
        The default security rules of network security group.
      • etag

        public java.lang.String etag()
        Returns:
        A unique read-only string that changes whenever the resource is updated.
      • flowLogs

        public java.util.List<FlowLogResponse> flowLogs()
        Returns:
        A collection of references to flow log resources.
      • flushConnection

        public java.util.Optional<java.lang.Boolean> flushConnection()
        Returns:
        When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.
      • id

        public java.util.Optional<java.lang.String> id()
        Returns:
        Resource ID.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        Resource location.
      • name

        public java.lang.String name()
        Returns:
        Resource name.
      • networkInterfaces

        public java.util.List<NetworkInterfaceResponse> networkInterfaces()
        Returns:
        A collection of references to network interfaces.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state of the network security group resource.
      • resourceGuid

        public java.lang.String resourceGuid()
        Returns:
        The resource GUID property of the network security group resource.
      • securityRules

        public java.util.List<SecurityRuleResponse> securityRules()
        Returns:
        A collection of security rules of the network security group.
      • subnets

        public java.util.List<SubnetResponse> subnets()
        Returns:
        A collection of references to subnets.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        Resource type.