Interface SecurityGroupView
- All Superinterfaces:
HasInnerModel<SecurityGroupViewResultInner>, HasParent<NetworkWatcher>, Refreshable<SecurityGroupView>
public interface SecurityGroupView
extends HasInnerModel<SecurityGroupViewResultInner>, HasParent<NetworkWatcher>, Refreshable<SecurityGroupView>
The information about security rules applied to the specified VM..
-
Method Summary
Modifier and TypeMethodDescriptionGets network interfaces on the specified VM.vmId()Gets virtual machine id.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface Refreshable
refresh, refreshAsync
-
Method Details
-
networkInterfaces
Map<String, SecurityGroupNetworkInterface> networkInterfaces()Gets network interfaces on the specified VM.- Returns:
- network interfaces on the specified VM
-
vmId
-