Class ServiceBackendPortPatchArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.networking.v1.inputs.ServiceBackendPortPatchArgs
-
public final class ServiceBackendPortPatchArgs extends com.pulumi.resources.ResourceArgs
ServiceBackendPort is the service port being referenced.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceBackendPortPatchArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ServiceBackendPortPatchArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceBackendPortPatchArgs.Builder
builder()
static ServiceBackendPortPatchArgs.Builder
builder(ServiceBackendPortPatchArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
number()
-
-
-
Field Detail
-
Empty
public static final ServiceBackendPortPatchArgs Empty
-
-
Method Detail
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
-
number
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> number()
- Returns:
- number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
-
builder
public static ServiceBackendPortPatchArgs.Builder builder()
-
builder
public static ServiceBackendPortPatchArgs.Builder builder(ServiceBackendPortPatchArgs defaults)
-
-