Get-VpcDhcpStaticBinding
This cmdlet retrieves the DHCP static bindings for Virtual Private Cloud(VPC) Subnet.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Id | String[] | named |
|
Specifies the IDs of the DHCP static binding of VPC Subnets that you want to retrieve. Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that matches exactly one of the string values in that list. |
optional | ProgressAction | ActionPreference | named |
|
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional | Name | String[] | named |
|
Specifies the DHCP static binding name for which you want to retrieve the DHCP static bindings. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Project | Project[] | named |
|
Specifies the name of the VPC project for which you want to retrieve the DHCP static bindings. |
optional | Server | VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. |
optional | Subnet | Subnet[] | named |
|
Specifies the name of the VPC Subnet for which you want to retrieve the DHCP static bindings. |
optional | Vpc | Vpc[] | named |
|
Specifies the name of the VPC for which you want to retrieve the DHCP static bindings. |
Output
VMware.VimAutomation.Vpc.Types.V1.DhcpStaticBindingExamples
Example 1
Get-VpcDhcpStaticBinding -Project project -Vpc vpc -Subnet subnet
Retrieve the DHCP static bindings for specified VPC Subnets.
Example 2
Get-VpcDhcpStaticBinding -Name *binding*
Retrieve the DHCP static bindings which have "binding" in the name.
Example 3
Get-VpcSubnet -Name *subnet* | Get-VpcDhcpStaticBinding
Retrieve the DHCP static bindings for VPC Subnets which have "subnet" in the name.
Related Commands
Vpc
This cmdlet retrieves Virtual Private Clouds.
This cmdlet creates Virtual Private Clouds.
This cmdlet removes Virtual Private Clouds.
This cmdlet modifies the configuration of the Virtual Private Clouds.
VpcConnectivityProfile
This cmdlet retrieves Virtual Private Cloud Connectivity Profiles.
VpcDhcpClasslessStaticRoute
This cmdlet creates Dynamic Host Configuration Protocol classless static route option.
VpcDhcpGenericOption
This cmdlet creates Dynamic Host Configuration Protocol generic option.
VpcDhcpStaticBinding
This cmdlet retrieves the DHCP static bindings for Virtual Private Cloud Subnet.
This cmdlet creates the DHCP static binding for Virtual Private Cloud Subnet.
This cmdlet removes the DHCP static bindings for VPC Subnet.
This cmdlet modifies the DHCP static binding configurations for the Virtual Private Cloud Subnet.
VpcIpBlock
This cmdlet retrieves Virtual Private Clouds Ip Address Block.
VpcProject
This cmdlet retrieves Virtual Private Clouds Projects.
VpcServiceProfile
This cmdlet retrieves Virtual Private Cloud Service Profiles.
VpcStatistics
This cmdlet retrieves Virtual Private Clouds statistics.
VpcSubnet
This cmdlet retrieves Virtual Private Cloud Subnet.
This cmdlet creates Virtual Private Cloud (VPC) subnet.
This cmdlet removes Virtual Private Clouds Subnet.
This cmdlet configures Virtual Private Cloud (VPC) subnet.
VpcSubnetDhcpServerStatistics
This cmdlet retrieves Virtual Private Clouds Subnet dhcp server statistics.
VpcSubnetDhcpServerStatus
This cmdlet retrieves Virtual Private Clouds Subnet dhcp server status.
VpcSubnetStatistics
This cmdlet retrieves Virtual Private Cloud Subnet statistics.
VpcSubnetStatus
This cmdlet retrieves Virtual Private Cloud Subnet status.