SecurityGroupView Interface

Implements

public interface SecurityGroupView
extends HasInnerModel<SecurityGroupViewResultInner>, HasParent<NetworkWatcher>, Refreshable<SecurityGroupView>

The information about security rules applied to the specified VM..

Method Summary

Modifier and Type Method and Description
abstract Map<String,SecurityGroupNetworkInterface> networkInterfaces()
abstract String vmId()

Method Details

networkInterfaces

public abstract Map networkInterfaces()

Returns:

network interfaces on the specified VM

vmId

public abstract String vmId()

Returns:

virtual machine id

Applies to