public abstract class NetworkInterfaceConfigurationProperties extends Object
Constructor and Description |
---|
NetworkInterfaceConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
static NetworkInterfaceConfigurationProperties |
create(Boolean primary,
Boolean enableAcceleratedNetworking,
VirtualMachineScaleSetNetworkSecurityGroup networkSecurityGroup,
VirtualMachineScaleSetDNSSettings dnsSettings,
List<VirtualMachineScaleSetIpConfiguration> ipConfigurations) |
abstract VirtualMachineScaleSetDNSSettings |
dnsSettings()
The dnsSettings of the NetworkInterfaceConfigurationProperties
|
abstract Boolean |
enableAcceleratedNetworking()
The enableAcceleratedNetworking of the NetworkInterfaceConfigurationProperties
|
abstract List<VirtualMachineScaleSetIpConfiguration> |
ipConfigurations()
The ipConfigurations of the NetworkInterfaceConfigurationProperties
|
abstract VirtualMachineScaleSetNetworkSecurityGroup |
networkSecurityGroup()
The networkSecurityGroup of the NetworkInterfaceConfigurationProperties
|
abstract Boolean |
primary()
The primary of the NetworkInterfaceConfigurationProperties
|
public NetworkInterfaceConfigurationProperties()
@Nullable public abstract Boolean primary()
@Nullable public abstract Boolean enableAcceleratedNetworking()
@Nullable public abstract VirtualMachineScaleSetNetworkSecurityGroup networkSecurityGroup()
@Nullable public abstract VirtualMachineScaleSetDNSSettings dnsSettings()
public abstract List<VirtualMachineScaleSetIpConfiguration> ipConfigurations()
public static NetworkInterfaceConfigurationProperties create(Boolean primary, Boolean enableAcceleratedNetworking, VirtualMachineScaleSetNetworkSecurityGroup networkSecurityGroup, VirtualMachineScaleSetDNSSettings dnsSettings, List<VirtualMachineScaleSetIpConfiguration> ipConfigurations)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.