Class ClusterPscConnectionArgs


  • public final class ClusterPscConnectionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • address

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> address()
        Returns:
        Output only. The IP allocated on the consumer network for the PSC forwarding rule.
      • forwardingRule

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> forwardingRule()
        Returns:
        Output only. The URI of the consumer side forwarding rule. Example: projects/{projectNumOrId}/regions/us-east1/forwardingRules/{resourceId}.
      • network

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> network()
        Returns:
        Required. The consumer network where the network address of the discovery endpoint will be reserved, in the form of projects/{network_project_id_or_number}/global/networks/{network_id}. ***
      • projectId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> projectId()
        Returns:
        Output only. The consumer projectId where the forwarding rule is created from.
      • pscConnectionId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> pscConnectionId()
        Returns:
        Output only. The PSC connection id of the forwarding rule connected to the service attachment.