netaddr 0.5.1 published on Tuesday, Apr 15, 2025 by ferlab-ste-justine
netaddr.getRangeKeyspaceMac
Explore with Pulumi AI
netaddr 0.5.1 published on Tuesday, Apr 15, 2025 by ferlab-ste-justine
Retrieves the lower level keyspace details of an mac addresses space. See github repo README for details about the keyspace
Using getRangeKeyspaceMac
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 getRangeKeyspaceMac(args: GetRangeKeyspaceMacArgs, opts?: InvokeOptions): Promise<GetRangeKeyspaceMacResult>
function getRangeKeyspaceMacOutput(args: GetRangeKeyspaceMacOutputArgs, opts?: InvokeOptions): Output<GetRangeKeyspaceMacResult>
def get_range_keyspace_mac(id: Optional[str] = None,
range_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRangeKeyspaceMacResult
def get_range_keyspace_mac_output(id: Optional[pulumi.Input[str]] = None,
range_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRangeKeyspaceMacResult]
func GetRangeKeyspaceMac(ctx *Context, args *GetRangeKeyspaceMacArgs, opts ...InvokeOption) (*GetRangeKeyspaceMacResult, error)
func GetRangeKeyspaceMacOutput(ctx *Context, args *GetRangeKeyspaceMacOutputArgs, opts ...InvokeOption) GetRangeKeyspaceMacResultOutput
> Note: This function is named GetRangeKeyspaceMac
in the Go SDK.
public static class GetRangeKeyspaceMac
{
public static Task<GetRangeKeyspaceMacResult> InvokeAsync(GetRangeKeyspaceMacArgs args, InvokeOptions? opts = null)
public static Output<GetRangeKeyspaceMacResult> Invoke(GetRangeKeyspaceMacInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRangeKeyspaceMacResult> getRangeKeyspaceMac(GetRangeKeyspaceMacArgs args, InvokeOptions options)
public static Output<GetRangeKeyspaceMacResult> getRangeKeyspaceMac(GetRangeKeyspaceMacArgs args, InvokeOptions options)
fn::invoke:
function: netaddr:index/getRangeKeyspaceMac:getRangeKeyspaceMac
arguments:
# arguments dictionary
The following arguments are supported:
getRangeKeyspaceMac Result
The following output properties are available:
- Addresses
List<Get
Range Keyspace Mac Address> - List of all addresses in the range.
- Deleted
Addresses List<GetRange Keyspace Mac Deleted Address> - List of all addresses that were deleted and are available to be reclaimed in the range.
- First
Address string - First assignable address in the range.
- Generated
Addresses List<GetRange Keyspace Mac Generated Address> - List of all addresses that are flagged as generated in the range.
- Hardcoded
Addresses List<GetRange Keyspace Mac Hardcoded Address> - List of all addresses that are flagged as hardcoded in the range.
- Id string
- The ID of this resource.
- Last
Address string - Last assignable address in the range.
- Next
Address string - Next assignable new address in the range.
- Range
Id string - Identifier of the address range to get the key space from.
- Addresses
[]Get
Range Keyspace Mac Address - List of all addresses in the range.
- Deleted
Addresses []GetRange Keyspace Mac Deleted Address - List of all addresses that were deleted and are available to be reclaimed in the range.
- First
Address string - First assignable address in the range.
- Generated
Addresses []GetRange Keyspace Mac Generated Address - List of all addresses that are flagged as generated in the range.
- Hardcoded
Addresses []GetRange Keyspace Mac Hardcoded Address - List of all addresses that are flagged as hardcoded in the range.
- Id string
- The ID of this resource.
- Last
Address string - Last assignable address in the range.
- Next
Address string - Next assignable new address in the range.
- Range
Id string - Identifier of the address range to get the key space from.
- addresses
List<Get
Range Keyspace Mac Address> - List of all addresses in the range.
- deleted
Addresses List<GetRange Keyspace Mac Deleted Address> - List of all addresses that were deleted and are available to be reclaimed in the range.
- first
Address String - First assignable address in the range.
- generated
Addresses List<GetRange Keyspace Mac Generated Address> - List of all addresses that are flagged as generated in the range.
- hardcoded
Addresses List<GetRange Keyspace Mac Hardcoded Address> - List of all addresses that are flagged as hardcoded in the range.
- id String
- The ID of this resource.
- last
Address String - Last assignable address in the range.
- next
Address String - Next assignable new address in the range.
- range
Id String - Identifier of the address range to get the key space from.
- addresses
Get
Range Keyspace Mac Address[] - List of all addresses in the range.
- deleted
Addresses GetRange Keyspace Mac Deleted Address[] - List of all addresses that were deleted and are available to be reclaimed in the range.
- first
Address string - First assignable address in the range.
- generated
Addresses GetRange Keyspace Mac Generated Address[] - List of all addresses that are flagged as generated in the range.
- hardcoded
Addresses GetRange Keyspace Mac Hardcoded Address[] - List of all addresses that are flagged as hardcoded in the range.
- id string
- The ID of this resource.
- last
Address string - Last assignable address in the range.
- next
Address string - Next assignable new address in the range.
- range
Id string - Identifier of the address range to get the key space from.
- addresses
Sequence[Get
Range Keyspace Mac Address] - List of all addresses in the range.
- deleted_
addresses Sequence[GetRange Keyspace Mac Deleted Address] - List of all addresses that were deleted and are available to be reclaimed in the range.
- first_
address str - First assignable address in the range.
- generated_
addresses Sequence[GetRange Keyspace Mac Generated Address] - List of all addresses that are flagged as generated in the range.
- hardcoded_
addresses Sequence[GetRange Keyspace Mac Hardcoded Address] - List of all addresses that are flagged as hardcoded in the range.
- id str
- The ID of this resource.
- last_
address str - Last assignable address in the range.
- next_
address str - Next assignable new address in the range.
- range_
id str - Identifier of the address range to get the key space from.
- addresses List<Property Map>
- List of all addresses in the range.
- deleted
Addresses List<Property Map> - List of all addresses that were deleted and are available to be reclaimed in the range.
- first
Address String - First assignable address in the range.
- generated
Addresses List<Property Map> - List of all addresses that are flagged as generated in the range.
- hardcoded
Addresses List<Property Map> - List of all addresses that are flagged as hardcoded in the range.
- id String
- The ID of this resource.
- last
Address String - Last assignable address in the range.
- next
Address String - Next assignable new address in the range.
- range
Id String - Identifier of the address range to get the key space from.
Supporting Types
GetRangeKeyspaceMacAddress
GetRangeKeyspaceMacDeletedAddress
GetRangeKeyspaceMacGeneratedAddress
GetRangeKeyspaceMacHardcodedAddress
Package Details
- Repository
- netaddr ferlab-ste-justine/terraform-provider-netaddr
- License
- Notes
- This Pulumi package is based on the
netaddr
Terraform Provider.
netaddr 0.5.1 published on Tuesday, Apr 15, 2025 by ferlab-ste-justine