mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Tue Nov 18 10:53:36 UTC 2025
This commit is contained in:
parent
4b21ae6795
commit
e1ec13485a
380 changed files with 16045 additions and 783 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha network-services multicast-domain-activations create
|
||||
(MULTICAST_DOMAIN_ACTIVATION : --location=LOCATION)
|
||||
--multicast-domain=MULTICAST_DOMAIN [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--description=DESCRIPTION] [--disable-placement-policy]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--aggr-egress-pps=AGGR_EGRESS_PPS
|
||||
: --aggr-ingress-pps=AGGR_INGRESS_PPS
|
||||
--avg-packet-size=AVG_PACKET_SIZE
|
||||
|
|
@ -24,12 +25,12 @@ EXAMPLES
|
|||
location 'zone'.
|
||||
|
||||
$ gcloud alpha network-services multicast-domain-activations \
|
||||
create my-multicast-group-definition \
|
||||
create my-multicast-domain-activation \
|
||||
--multicast-domain=path-to-md --location=zone
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Multicast domain activation resource - Name of the multicast group
|
||||
definition to be created. The arguments in this group can be used to
|
||||
Multicast domain activation resource - Name of the multicast domain
|
||||
activation to be created. The arguments in this group can be used to
|
||||
specify the attributes of this resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways.
|
||||
|
||||
|
|
@ -72,6 +73,10 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
The description for the multicast domain activation.
|
||||
|
||||
--disable-placement-policy
|
||||
True to disable the use of the placement policy for this multicast
|
||||
domain activation.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue