netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger
netbox.getClusterType
Explore with Pulumi AI
netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger
Using getClusterType
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 getClusterType(args: GetClusterTypeArgs, opts?: InvokeOptions): Promise<GetClusterTypeResult>
function getClusterTypeOutput(args: GetClusterTypeOutputArgs, opts?: InvokeOptions): Output<GetClusterTypeResult>
def get_cluster_type(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterTypeResult
def get_cluster_type_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterTypeResult]
func LookupClusterType(ctx *Context, args *LookupClusterTypeArgs, opts ...InvokeOption) (*LookupClusterTypeResult, error)
func LookupClusterTypeOutput(ctx *Context, args *LookupClusterTypeOutputArgs, opts ...InvokeOption) LookupClusterTypeResultOutput
> Note: This function is named LookupClusterType
in the Go SDK.
public static class GetClusterType
{
public static Task<GetClusterTypeResult> InvokeAsync(GetClusterTypeArgs args, InvokeOptions? opts = null)
public static Output<GetClusterTypeResult> Invoke(GetClusterTypeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterTypeResult> getClusterType(GetClusterTypeArgs args, InvokeOptions options)
public static Output<GetClusterTypeResult> getClusterType(GetClusterTypeArgs args, InvokeOptions options)
fn::invoke:
function: netbox:index/getClusterType:getClusterType
arguments:
# arguments dictionary
The following arguments are supported:
getClusterType Result
The following output properties are available:
- Cluster
Type doubleId - Id string
- The ID of this resource.
- Name string
- Cluster
Type float64Id - Id string
- The ID of this resource.
- Name string
- cluster
Type DoubleId - id String
- The ID of this resource.
- name String
- cluster
Type numberId - id string
- The ID of this resource.
- name string
- cluster_
type_ floatid - id str
- The ID of this resource.
- name str
- cluster
Type NumberId - id String
- The ID of this resource.
- name String
Package Details
- Repository
- netbox e-breuninger/terraform-provider-netbox
- License
- Notes
- This Pulumi package is based on the
netbox
Terraform Provider.
netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger