Class JobTemplateTemplateVpcAccessNetworkInterfaceArgs.Builder

    • Method Detail

      • network

        public JobTemplateTemplateVpcAccessNetworkInterfaceArgs.Builder network​(@Nullable
                                                                                com.pulumi.core.Output<java.lang.String> network)
        Parameters:
        network - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
        Returns:
        builder
      • network

        public JobTemplateTemplateVpcAccessNetworkInterfaceArgs.Builder network​(java.lang.String network)
        Parameters:
        network - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
        Returns:
        builder
      • subnetwork

        public JobTemplateTemplateVpcAccessNetworkInterfaceArgs.Builder subnetwork​(@Nullable
                                                                                   com.pulumi.core.Output<java.lang.String> subnetwork)
        Parameters:
        subnetwork - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
        Returns:
        builder
      • subnetwork

        public JobTemplateTemplateVpcAccessNetworkInterfaceArgs.Builder subnetwork​(java.lang.String subnetwork)
        Parameters:
        subnetwork - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
        Returns:
        builder