github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vserver/docs/NetworkInterface.md (about) 1 # NetworkInterface 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **NetworkInterfaceNo** | ***string** | 네트워크인터페이스번호 | [optional] [default to null] 7 **NetworkInterfaceName** | ***string** | 네트워크인터페이스이름 | [optional] [default to null] 8 **SubnetNo** | ***string** | 서브넷번호 | [optional] [default to null] 9 **DeleteOnTermination** | ***bool** | 디바이스반납시자동반납여부 | [optional] [default to null] 10 **IsDefault** | ***bool** | Default여부 | [optional] [default to null] 11 **DeviceName** | ***string** | 디바이스이름 | [optional] [default to null] 12 **NetworkInterfaceStatus** | **[*CommonCode](CommonCode.md)** | 네트워크인터페이스상태 | [optional] [default to null] 13 **InstanceType** | **[*CommonCode](CommonCode.md)** | 인스턴스유형 | [optional] [default to null] 14 **InstanceNo** | ***string** | 인스턴스번호 | [optional] [default to null] 15 **Ip** | ***string** | IP주소 | [optional] [default to null] 16 **MacAddress** | ***string** | MAC주소 | [optional] [default to null] 17 **AccessControlGroupNoList** | **[]\*string** | ACG번호리스트 | [optional] [default to null] 18 **NetworkInterfaceDescription** | ***string** | 네트워크인터페이스설명 | [optional] [default to null] 19 **SecondaryIpList** | **[]\*string** | 보조IP리스트 | [optional] [default to null] 20 21 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 23