1. Packages
  2. Selectel Provider
  3. API Docs
  4. getDedicatedServersPublicSubnetV1
selectel 7.0.0-alpha published on Tuesday, Sep 23, 2025 by selectel

selectel.getDedicatedServersPublicSubnetV1

Explore with Pulumi AI

selectel logo
selectel 7.0.0-alpha published on Tuesday, Sep 23, 2025 by selectel

    Using getDedicatedServersPublicSubnetV1

    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 getDedicatedServersPublicSubnetV1(args: GetDedicatedServersPublicSubnetV1Args, opts?: InvokeOptions): Promise<GetDedicatedServersPublicSubnetV1Result>
    function getDedicatedServersPublicSubnetV1Output(args: GetDedicatedServersPublicSubnetV1OutputArgs, opts?: InvokeOptions): Output<GetDedicatedServersPublicSubnetV1Result>
    def get_dedicated_servers_public_subnet_v1(filter: Optional[GetDedicatedServersPublicSubnetV1Filter] = None,
                                               id: Optional[str] = None,
                                               project_id: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetDedicatedServersPublicSubnetV1Result
    def get_dedicated_servers_public_subnet_v1_output(filter: Optional[pulumi.Input[GetDedicatedServersPublicSubnetV1FilterArgs]] = None,
                                               id: Optional[pulumi.Input[str]] = None,
                                               project_id: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedServersPublicSubnetV1Result]
    func GetDedicatedServersPublicSubnetV1(ctx *Context, args *GetDedicatedServersPublicSubnetV1Args, opts ...InvokeOption) (*GetDedicatedServersPublicSubnetV1Result, error)
    func GetDedicatedServersPublicSubnetV1Output(ctx *Context, args *GetDedicatedServersPublicSubnetV1OutputArgs, opts ...InvokeOption) GetDedicatedServersPublicSubnetV1ResultOutput

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

    public static class GetDedicatedServersPublicSubnetV1 
    {
        public static Task<GetDedicatedServersPublicSubnetV1Result> InvokeAsync(GetDedicatedServersPublicSubnetV1Args args, InvokeOptions? opts = null)
        public static Output<GetDedicatedServersPublicSubnetV1Result> Invoke(GetDedicatedServersPublicSubnetV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDedicatedServersPublicSubnetV1Result> getDedicatedServersPublicSubnetV1(GetDedicatedServersPublicSubnetV1Args args, InvokeOptions options)
    public static Output<GetDedicatedServersPublicSubnetV1Result> getDedicatedServersPublicSubnetV1(GetDedicatedServersPublicSubnetV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: selectel:index/getDedicatedServersPublicSubnetV1:getDedicatedServersPublicSubnetV1
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getDedicatedServersPublicSubnetV1 Result

    The following output properties are available:

    Supporting Types

    GetDedicatedServersPublicSubnetV1Filter

    Ip string
    LocationId string
    Subnet string
    Ip string
    LocationId string
    Subnet string
    ip String
    locationId String
    subnet String
    ip string
    locationId string
    subnet string
    ip String
    locationId String
    subnet String

    GetDedicatedServersPublicSubnetV1Subnet

    Broadcast string
    Gateway string
    Id string
    NetworkId string
    ReservedVrrpIps List<string>
    Subnet string
    Broadcast string
    Gateway string
    Id string
    NetworkId string
    ReservedVrrpIps []string
    Subnet string
    broadcast String
    gateway String
    id String
    networkId String
    reservedVrrpIps List<String>
    subnet String
    broadcast string
    gateway string
    id string
    networkId string
    reservedVrrpIps string[]
    subnet string
    broadcast str
    gateway str
    id str
    network_id str
    reserved_vrrp_ips Sequence[str]
    subnet str
    broadcast String
    gateway String
    id String
    networkId String
    reservedVrrpIps List<String>
    subnet String

    Package Details

    Repository
    selectel selectel/terraform-provider-selectel
    License
    Notes
    This Pulumi package is based on the selectel Terraform Provider.
    selectel logo
    selectel 7.0.0-alpha published on Tuesday, Sep 23, 2025 by selectel