All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.RouterNatLogConfig.html Maven / Gradle / Ivy







RouterNatLogConfig (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class RouterNatLogConfig

    • Constructor Detail

      • RouterNatLogConfig

        public RouterNatLogConfig()
    • Method Detail

      • getEnable

        public Boolean getEnable()
        Indicates whether or not to export logs. This is false by default.
        Returns:
        value or null for none
      • setEnable

        public RouterNatLogConfig setEnable(Boolean enable)
        Indicates whether or not to export logs. This is false by default.
        Parameters:
        enable - enable or null for none
      • getFilter

        public String getFilter()
        Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.
        Returns:
        value or null for none
      • setFilter

        public RouterNatLogConfig setFilter(String filter)
        Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.
        Parameters:
        filter - filter or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy