1. Packages
  2. UpCloud
  3. API Docs
  4. getNetworks
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

upcloud.getNetworks

Explore with Pulumi AI

upcloud logo
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

    Use this data source to get the available UpCloud networks.

    Using getNetworks

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getNetworks(args: GetNetworksArgs, opts?: InvokeOptions): Promise<GetNetworksResult>
    function getNetworksOutput(args: GetNetworksOutputArgs, opts?: InvokeOptions): Output<GetNetworksResult>
    def get_networks(filter_name: Optional[str] = None,
                     zone: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetNetworksResult
    def get_networks_output(filter_name: Optional[pulumi.Input[str]] = None,
                     zone: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetNetworksResult]
    func GetNetworks(ctx *Context, args *GetNetworksArgs, opts ...InvokeOption) (*GetNetworksResult, error)
    func GetNetworksOutput(ctx *Context, args *GetNetworksOutputArgs, opts ...InvokeOption) GetNetworksResultOutput

    > Note: This function is named GetNetworks in the Go SDK.

    public static class GetNetworks 
    {
        public static Task<GetNetworksResult> InvokeAsync(GetNetworksArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworksResult> Invoke(GetNetworksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworksResult> getNetworks(GetNetworksArgs args, InvokeOptions options)
    public static Output<GetNetworksResult> getNetworks(GetNetworksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: upcloud:index/getNetworks:getNetworks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FilterName string
    Zone string
    FilterName string
    Zone string
    filterName String
    zone String
    filterName string
    zone string
    filterName String
    zone String

    getNetworks Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Networks List<UpCloud.Pulumi.UpCloud.Outputs.GetNetworksNetwork>
    FilterName string
    Zone string
    Id string
    The provider-assigned unique ID for this managed resource.
    Networks []GetNetworksNetwork
    FilterName string
    Zone string
    id String
    The provider-assigned unique ID for this managed resource.
    networks List<GetNetworksNetwork>
    filterName String
    zone String
    id string
    The provider-assigned unique ID for this managed resource.
    networks GetNetworksNetwork[]
    filterName string
    zone string
    id str
    The provider-assigned unique ID for this managed resource.
    networks Sequence[GetNetworksNetwork]
    filter_name str
    zone str
    id String
    The provider-assigned unique ID for this managed resource.
    networks List<Property Map>
    filterName String
    zone String

    Supporting Types

    GetNetworksNetwork

    Id string
    The UUID of the network
    IpNetworks List<UpCloud.Pulumi.UpCloud.Inputs.GetNetworksNetworkIpNetwork>
    A list of IP subnets within the network
    Name string
    A valid name for the network
    Servers List<UpCloud.Pulumi.UpCloud.Inputs.GetNetworksNetworkServer>
    A list of attached servers
    Type string
    The network type
    Zone string
    The zone the network is in, e.g. de-fra1. You can list available zones with upctl zone list.
    Id string
    The UUID of the network
    IpNetworks []GetNetworksNetworkIpNetwork
    A list of IP subnets within the network
    Name string
    A valid name for the network
    Servers []GetNetworksNetworkServer
    A list of attached servers
    Type string
    The network type
    Zone string
    The zone the network is in, e.g. de-fra1. You can list available zones with upctl zone list.
    id String
    The UUID of the network
    ipNetworks List<GetNetworksNetworkIpNetwork>
    A list of IP subnets within the network
    name String
    A valid name for the network
    servers List<GetNetworksNetworkServer>
    A list of attached servers
    type String
    The network type
    zone String
    The zone the network is in, e.g. de-fra1. You can list available zones with upctl zone list.
    id string
    The UUID of the network
    ipNetworks GetNetworksNetworkIpNetwork[]
    A list of IP subnets within the network
    name string
    A valid name for the network
    servers GetNetworksNetworkServer[]
    A list of attached servers
    type string
    The network type
    zone string
    The zone the network is in, e.g. de-fra1. You can list available zones with upctl zone list.
    id str
    The UUID of the network
    ip_networks Sequence[GetNetworksNetworkIpNetwork]
    A list of IP subnets within the network
    name str
    A valid name for the network
    servers Sequence[GetNetworksNetworkServer]
    A list of attached servers
    type str
    The network type
    zone str
    The zone the network is in, e.g. de-fra1. You can list available zones with upctl zone list.
    id String
    The UUID of the network
    ipNetworks List<Property Map>
    A list of IP subnets within the network
    name String
    A valid name for the network
    servers List<Property Map>
    A list of attached servers
    type String
    The network type
    zone String
    The zone the network is in, e.g. de-fra1. You can list available zones with upctl zone list.

    GetNetworksNetworkIpNetwork

    Address string
    The CIDR range of the subnet
    Dhcp bool
    Is DHCP enabled?
    DhcpDefaultRoute bool
    Is the gateway the DHCP default route?
    DhcpDns List<string>
    The DNS servers given by DHCP
    DhcpRoutes List<string>
    The additional DHCP classless static routes given by DHCP
    Family string
    IP address family
    Gateway string
    Gateway address given by DHCP
    Address string
    The CIDR range of the subnet
    Dhcp bool
    Is DHCP enabled?
    DhcpDefaultRoute bool
    Is the gateway the DHCP default route?
    DhcpDns []string
    The DNS servers given by DHCP
    DhcpRoutes []string
    The additional DHCP classless static routes given by DHCP
    Family string
    IP address family
    Gateway string
    Gateway address given by DHCP
    address String
    The CIDR range of the subnet
    dhcp Boolean
    Is DHCP enabled?
    dhcpDefaultRoute Boolean
    Is the gateway the DHCP default route?
    dhcpDns List<String>
    The DNS servers given by DHCP
    dhcpRoutes List<String>
    The additional DHCP classless static routes given by DHCP
    family String
    IP address family
    gateway String
    Gateway address given by DHCP
    address string
    The CIDR range of the subnet
    dhcp boolean
    Is DHCP enabled?
    dhcpDefaultRoute boolean
    Is the gateway the DHCP default route?
    dhcpDns string[]
    The DNS servers given by DHCP
    dhcpRoutes string[]
    The additional DHCP classless static routes given by DHCP
    family string
    IP address family
    gateway string
    Gateway address given by DHCP
    address str
    The CIDR range of the subnet
    dhcp bool
    Is DHCP enabled?
    dhcp_default_route bool
    Is the gateway the DHCP default route?
    dhcp_dns Sequence[str]
    The DNS servers given by DHCP
    dhcp_routes Sequence[str]
    The additional DHCP classless static routes given by DHCP
    family str
    IP address family
    gateway str
    Gateway address given by DHCP
    address String
    The CIDR range of the subnet
    dhcp Boolean
    Is DHCP enabled?
    dhcpDefaultRoute Boolean
    Is the gateway the DHCP default route?
    dhcpDns List<String>
    The DNS servers given by DHCP
    dhcpRoutes List<String>
    The additional DHCP classless static routes given by DHCP
    family String
    IP address family
    gateway String
    Gateway address given by DHCP

    GetNetworksNetworkServer

    Id string
    The UUID of the server
    Title string
    The short description of the server
    Id string
    The UUID of the server
    Title string
    The short description of the server
    id String
    The UUID of the server
    title String
    The short description of the server
    id string
    The UUID of the server
    title string
    The short description of the server
    id str
    The UUID of the server
    title str
    The short description of the server
    id String
    The UUID of the server
    title String
    The short description of the server

    Package Details

    Repository
    upcloud UpCloudLtd/pulumi-upcloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the upcloud Terraform Provider.
    upcloud logo
    UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd