Class GetSubnetworkPlainArgs


  • public final class GetSubnetworkPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the subnetwork. One of `name` or `self_link` must be specified.
      • project

        public java.util.Optional<java.lang.String> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        The region this subnetwork has been created in. If unspecified, this defaults to the region configured in the provider.
      • selfLink

        public java.util.Optional<java.lang.String> selfLink()
        Returns:
        The self link of the subnetwork. If `self_link` is specified, `name`, `project`, and `region` are ignored.