question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fluent flow in VM::OSDisk

See original GitHub issue

This is a thread for discussing design of withImage, defineOSDisk variants and withExistingOSDisk that needs to be enabled in VM fluent definition flow.

The withImage variants allows basic user to easily declare the image to be used for the VM’s OS Disk (with default configuration)

The defineOSDisk variants allows user to declare the image along with OS disk configuration, such as caching, size, encryption settings etc…

The withExistingOSDisk allows user to attach an existing OS Disk VHD for the VM.

office lens 20160510-144554

withImage(ImageReference imageReference);
withLatestImage(String publisher, String offer, String sku);
withKnownImage(KnownVirtualMachineImage knownImage);
withUserImage(String containerName, String vhdName);

fromImage(ImageReference imageReference);
fromLatestImage(String publisher, String offer, String sku);
fromKnownImage(KnownVirtualMachineImage knownImage);
fromUserImage(String containerName, String vhdName);

withExistingOSDisk(String containerName, String vhdName, OperatingSystemTypes osType);

defineOSDisk(String name);
storeVhdAt(String containerName, String vhdName);
DefinitionWithDataDisk attach();

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
jianghaolucommented, May 13, 2016

Updated. grammar

0reactions
jianghaolucommented, Jul 1, 2016

Beta2 released.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploy Ansys Fluent on an Azure virtual machine
Fluent is a computational fluid dynamics (CFD) application that's used to model fluid flow, heat and mass transfer, chemical reactions, and more.
Read more >
modeling a flow on a rotating disk - Forums - CFD Online
I have to model the flow of a Newtonian fluid falling on a rotating disk, initially full of air. However, the fluid instead...
Read more >
ANSYS FLUENT 12.0 Tutorial Guide - Problem Description
The disks, which are 6.2 cm apart, are spinning at 71.08 rpm, and the air enters with no swirl. As the flow is...
Read more >
Laminar Flow Over a Spinning Disk - Simulation Example
As the domain is axisymmetric while the flow is swirling, the problem is simulated by the 2D axisymmetric swirl model available in Ansys...
Read more >
GPU-Accelerated Ansys Fluent - Nvidia
Accelerate Ansys Fluent up to 3.7x faster with NVIDIA Tesla GPUs. ... include external aerodynamics, internal fluid flow, and cooling simulations.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found