diff --git a/vendor/github.com/MustWin/baremetal-sdk-go/request_options.go b/vendor/github.com/MustWin/baremetal-sdk-go/request_options.go index 3752a62fc58..c8dcc19f2c6 100644 --- a/vendor/github.com/MustWin/baremetal-sdk-go/request_options.go +++ b/vendor/github.com/MustWin/baremetal-sdk-go/request_options.go @@ -56,9 +56,6 @@ type CreateBucketOptions struct { type CreateVcnOptions struct { CreateOptions DnsLabel string `header:"-" json:"dnsLabel,omitempty" url:"-"` - DefaultDHCPOptionsID string `header:"-" json:"defaultDhcpOptionsId" url:"-"` - DefaultRouteTableID string `header:"-" json:"defaultRouteTableId" url:"-"` - DefaultSecurityListID string `header:"-" json:"defaultSecurityListId" url:"-"` } type CreateSubnetOptions struct {