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

There is a newer version: v1-rev20250320-2.0.0
Show newest version






RouterNatLogConfig (Compute Engine API v1-rev20250107-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
      • clone

        public RouterNatLogConfig clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy