Class ServiceTrafficStatus


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

      • percent

        public java.util.Optional<java.lang.Integer> percent()
        Returns:
        Specifies percent of the traffic to this Revision. This defaults to zero if unspecified.
      • revision

        public java.util.Optional<java.lang.String> revision()
        Returns:
        The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.
      • tag

        public java.util.Optional<java.lang.String> tag()
        Returns:
        Indicates a string to be part of the URI to exclusively reference this target.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        The allocation type for this traffic target. Possible values are: `TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST`, `TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION`.
      • uri

        public java.util.Optional<java.lang.String> uri()
        Returns:
        (Output) Displays the target URI.