floatingips

package
v0.6.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = cli.Command{
	Name:  "floatingip",
	Usage: "GCloud floating ips API",
	Subcommands: []*cli.Command{
		&floatingIPListSubCommand,
		&floatingIPGetSubCommand,
		&floatingIPAssignSubCommand,
		&floatingIPUnAssignSubCommand,
		&floatingIPDeleteSubCommand,
		&floatingIPCreateSubCommand,
		&availablefloatingips.AvailableFloatingIPCommands,
		{
			Name:  "metadata",
			Usage: "FloatingIP metadata",
			Subcommands: []*cli.Command{
				cmeta.NewMetadataListCommand(
					client.NewFloatingIPClientV1,
					"Get floating ip metadata",
					"<floatingip_id>",
					"floatingip_id is mandatory argument",
				),
				cmeta.NewMetadataGetCommand(
					client.NewFloatingIPClientV1,
					"Show floating ip metadata by key",
					"<floatingip_id>",
					"floatingip_id is mandatory argument",
				),
				cmeta.NewMetadataDeleteCommand(
					client.NewFloatingIPClientV1,
					"Delete floating ip metadata by key",
					"<floatingip_id>",
					"floatingip_id is mandatory argument",
				),
				cmeta.NewMetadataCreateCommand(
					client.NewFloatingIPClientV1,
					"Create floating ip metadata. It would update existing keys",
					"<floatingip_id>",
					"floatingip_id is mandatory argument",
				),
				cmeta.NewMetadataUpdateCommand(
					client.NewFloatingIPClientV1,
					"Update floating ip metadata. It overriding existing records",
					"<floatingip_id>",
					"floatingip_id is mandatory argument",
				),
				cmeta.NewMetadataReplaceCommand(
					client.NewFloatingIPClientV1,
					"Replace floating ip metadata. It replace existing records",
					"<floatingip_id>",
					"floatingip_id is mandatory argument",
				),
			},
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL