We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00e3ad commit 283e0f9Copy full SHA for 283e0f9
pkg/types.go
@@ -466,6 +466,7 @@ type CloudComputingInstanceCreateInput struct {
466
IPv6Enabled *bool `json:"ipv6_enabled,omitempty"`
467
SSHKeyFingerprint *string `json:"ssh_key_fingerprint,omitempty"`
468
BackupCopies *int `json:"backup_copies,omitempty"`
469
+ UserData *string `json:"user_data,omitempty"`
470
Labels map[string]string `json:"labels,omitempty"`
471
}
472
0 commit comments