SecurityGroupView Interface

public interface SecurityGroupView extends HasInner,HasParent,Refreshable

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

Method Summary

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

Inherited Members

Method Details

networkInterfaces

public Map networkInterfaces()

Returns:

network interfaces on the specified VM

vmId

public String vmId()

Returns:

virtual machine id

Applies to