Skip to main content

lingjun vpd

Manage Lingjun VPD resources

Run ecctl lingjun vpd <action> -h for usage, or ecctl schema lingjun.vpd.<action> --full for the complete, agent-readable spec of every parameter and behavior.

create

ecctl lingjun vpd create [flags]

Create VPD

  • Kind: mutation · Risk: medium
  • Synchronous: waits for Available (waiter available_after_change, timeout 300s); use --no-wait to skip.
APIWhen calledPurpose
CreateVpdEvery time the command runs.Perform the resource operation.
GetVpdWhen --no-wait is not specified.Poll until the resource reaches the target state. (repeated)
GetVpdWhen --no-wait is not specified.Return the final resource view. (cached; no additional request)
ParameterTypeRequiredDescription
--cidrcidrVPD CIDR block
--namestringVPD name
--regionstringAlibaba Cloud region
--resource-groupstringresource group ID
--subnetobjectsubnets to create with the VPD
--tagkey_valuetag assignment key=value

update

ecctl lingjun vpd update <id> [flags]

Update VPD

  • Kind: mutation · Risk: medium
  • Synchronous: waits for matched (waiter update_converged, timeout 300s); use --no-wait to skip.
APIWhen calledPurpose
UpdateVpdWhen --name is specified.Perform the resource operation.
AssociateVpdCidrBlockWhen --cidr contains a value prefixed with +.Perform the resource operation.
UnAssociateVpdCidrBlockWhen --cidr contains a value prefixed with -.Perform the resource operation.
GetVpdWhen --no-wait is not specified.Poll until the resource reaches the target state. (repeated)
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region
--cidrstringsecondary CIDR change; prefix with + to associate or - to unassociate
--namestringVPD name

delete

ecctl lingjun vpd delete <id> [flags]

Delete VPD

  • Kind: mutation · Risk: high
  • Synchronous: waits for absent (waiter deleted_after_delete, timeout 300s); use --no-wait to skip.
APIWhen calledPurpose
DeleteVpdEvery time the command runs.Perform the resource operation.
ListVpdsWhen --no-wait is not specified.Poll until the resource reaches the target state. (repeated)
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region

get

ecctl lingjun vpd get <id> [flags]

Get VPD

  • Kind: read · Risk: low
APIWhen calledPurpose
GetVpdEvery time the command runs.Read the resource view.
ListVpdRouteEntriesWhen --with-routes is specified.Read the resource view.
ListVpdGrantRulesWhen --with-grants is specified.Read the resource view.
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include
--limitintegermaximum resources to return (default: 100)
--pageintegerresults page to return (default: 1)
--with-grantsbooleaninclude VPD grant rules
--with-routesbooleaninclude VPD route entries

list

ecctl lingjun vpd list [flags]

List VPDs

  • Kind: read · Risk: low
APIWhen calledPurpose
ListVpdsEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include
--filterkey_valuefilter expression key=value
--limitintegermaximum resources to return (default: 100)
--pageintegerresults page to return (default: 1)