46
46
// OpenPorts is specified in the Instance interface.
47
47
func (azInstance *azureInstance) OpenPorts(machineId string, ports []instance.Port) error {
51
52
// ClosePorts is specified in the Instance interface.
52
53
func (azInstance *azureInstance) ClosePorts(machineId string, ports []instance.Port) error {
56
58
// Ports is specified in the Instance interface.
57
59
func (azInstance *azureInstance) Ports(machineId string) ([]instance.Port, error) {