Class DiagnosticsProfile
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.DiagnosticsProfile
-
public abstract class DiagnosticsProfile extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DiagnosticsProfile.BootDiagnostics
static class
DiagnosticsProfile.Builder
-
Constructor Summary
Constructors Constructor Description DiagnosticsProfile()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract DiagnosticsProfile.BootDiagnostics
bootDiagnostics()
static DiagnosticsProfile.Builder
builder()
static DiagnosticsProfile
create(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
abstract DiagnosticsProfile.Builder
toBuilder()
-
-
-
Method Detail
-
bootDiagnostics
public abstract DiagnosticsProfile.BootDiagnostics bootDiagnostics()
-
create
public static DiagnosticsProfile create(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
-
toBuilder
public abstract DiagnosticsProfile.Builder toBuilder()
-
builder
public static DiagnosticsProfile.Builder builder()
-
-