Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
static ProbeProperties.Protocol |
ProbeProperties.Protocol.fromValue(String text) |
abstract ProbeProperties.Protocol |
ProbeProperties.protocol() |
static ProbeProperties.Protocol |
ProbeProperties.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbeProperties.Protocol[] |
ProbeProperties.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ProbeProperties |
ProbeProperties.create(ProbeProperties.Protocol protocol,
int port,
String requestPath,
int intervalInSeconds,
int numberOfProbes,
String provisioningState) |
abstract ProbeProperties.Builder |
ProbeProperties.Builder.protocol(ProbeProperties.Protocol protocol) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.