com.azure.resourcemanager.databoxedge.models.NetworkSettings Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.databoxedge.models;
import com.azure.resourcemanager.databoxedge.fluent.models.NetworkSettingsInner;
import java.util.List;
/**
* An immutable client-side representation of NetworkSettings.
*/
public interface NetworkSettings {
/**
* Gets the id property: Fully qualified resource Id for the resource.
*
* @return the id value.
*/
String id();
/**
* Gets the name property: The name of the resource.
*
* @return the name value.
*/
String name();
/**
* Gets the type property: The type of the resource.
*
* @return the type value.
*/
String type();
/**
* Gets the networkAdapters property: The network adapter list on the device.
*
* @return the networkAdapters value.
*/
List networkAdapters();
/**
* Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.NetworkSettingsInner object.
*
* @return the inner object.
*/
NetworkSettingsInner innerModel();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy