Files

7 lines
118 B
Go

package machine
const (
// PublicIPNone is the value used to indicate removal of public IP
PublicIPNone = "none"
)