Class ServiceTrafficStatus
- java.lang.Object
-
- com.pulumi.gcp.cloudrunv2.outputs.ServiceTrafficStatus
-
public final class ServiceTrafficStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceTrafficStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceTrafficStatus.Builder
builder()
static ServiceTrafficStatus.Builder
builder(ServiceTrafficStatus defaults)
java.util.Optional<java.lang.Integer>
percent()
java.util.Optional<java.lang.String>
revision()
java.util.Optional<java.lang.String>
tag()
java.util.Optional<java.lang.String>
type()
java.util.Optional<java.lang.String>
uri()
-
-
-
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.
-
builder
public static ServiceTrafficStatus.Builder builder()
-
builder
public static ServiceTrafficStatus.Builder builder(ServiceTrafficStatus defaults)
-
-