Skip to content

Commit

Permalink
added VMNic.IsConnected to preFillResUpdateRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Melchior authored and marinsalinas committed May 20, 2019
1 parent bd8a3eb commit 10e84f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nutanix/resource_nutanix_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,7 @@ func preFillResUpdateRequest(res *v3.VMResources, response *v3.VMIntentResponse)
SubnetReference: v.SubnetReference,
NetworkFunctionNicType: v.NetworkFunctionNicType,
NetworkFunctionChainReference: v.NetworkFunctionChainReference,
IsConnected: v.IsConnected,
}

}
Expand Down

0 comments on commit 10e84f0

Please sign in to comment.