Class ServiceBackendPortPatchArgs


  • public final class ServiceBackendPortPatchArgs
    extends com.pulumi.resources.ResourceArgs
    ServiceBackendPort is the service port being referenced.
    • 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".