public class SecurityGroupNetworkInterface extends Object
| Constructor and Description |
|---|
SecurityGroupNetworkInterface() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get iD of the network interface.
|
SecurityRuleAssociations |
securityRuleAssociations()
Get all security rules associated with the network interface.
|
SecurityGroupNetworkInterface |
withId(String id)
Set iD of the network interface.
|
SecurityGroupNetworkInterface |
withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)
Set all security rules associated with the network interface.
|
public String id()
public SecurityGroupNetworkInterface withId(String id)
id - the id value to setpublic SecurityRuleAssociations securityRuleAssociations()
public SecurityGroupNetworkInterface withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)
securityRuleAssociations - the securityRuleAssociations value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/