Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
OperatingSystem.Builder |
OperatingSystem.Builder.architecture(String architecture)
The architecture of the operating system as provided by the Java system property os.arch.
|
static OperatingSystem.Builder |
OperatingSystem.builder()
Create a new builder.
|
OperatingSystem.Builder |
OperatingSystem.Builder.copy(OperatingSystem model) |
OperatingSystem.Builder |
OperatingSystem.Builder.family(OsFamily family)
The operating system type, such as Windows, Linux or macOS
|
OperatingSystem.Builder |
OperatingSystem.Builder.managedInstanceCount(Integer managedInstanceCount)
Number of instances running the operating system.
|
OperatingSystem.Builder |
OperatingSystem.Builder.name(String name)
The name of the operating system as provided by the Java system property os.name.
|
OperatingSystem.Builder |
OperatingSystem.toBuilder() |
OperatingSystem.Builder |
OperatingSystem.Builder.version(String version)
The version of the operating system as provided by the Java system property os.version.
|
Copyright © 2016–2024. All rights reserved.