MCPcopy
hub / github.com/digitalocean/doctl / Update

Method Update

do/vpcs.go:43–43  ·  view source on GitHub ↗
(vpcUUID string, vpcr *godo.VPCUpdateRequest)

Source from the content-addressed store, hash-verified

41 List() (VPCs, error)
42 Create(vpcr *godo.VPCCreateRequest) (*VPC, error)
43 Update(vpcUUID string, vpcr *godo.VPCUpdateRequest) (*VPC, error)
44 PartialUpdate(vpcUUID string, options ...godo.VPCSetField) (*VPC, error)
45 Delete(vpcUUID string) error
46 GetPeering(peeringID string) (*VPCPeering, error)

Callers 15

spacesKeysUpdateFunction · 0.65
RunVPCNATGatewayUpdateFunction · 0.65
RunBYOIPPrefixUpdateFunction · 0.65
RunVectorDBUpdateFunction · 0.65
TestRunSpacesKeysUpdateFunction · 0.65
TestVectorDBUpdateFunction · 0.65
TestImagesUpdateFunction · 0.65
RunProjectsUpdateFunction · 0.65
RunKeyUpdateFunction · 0.65
TestLoadBalancerUpdateFunction · 0.65

Implementers 3

vpcsServicedo/vpcs.go
MockVPCsServicedo/mocks/VPCsService.go
MockVPCsServiceMockRecorderdo/mocks/VPCsService.go

Calls

no outgoing calls