Class NetworkInterfaceArgs


  • public final class NetworkInterfaceArgs
    extends com.pulumi.resources.ResourceArgs
    Network Interface model
    • Method Detail

      • deviceKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> deviceKey()
        Returns:
        Gets or sets the device key value.
      • ipSettings

        public java.util.Optional<com.pulumi.core.Output<NicIPSettingsArgs>> ipSettings()
        Returns:
        Gets or sets the ipsettings.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Gets or sets the name of the network interface.
      • networkId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> networkId()
        Returns:
        Gets or sets the ARM Id of the network resource to connect the virtual machine.
      • nicType

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​NICType>>> nicType()
        Returns:
        NIC type
      • powerOnBoot

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​PowerOnBootOption>>> powerOnBoot()
        Returns:
        Gets or sets the power on boot.