Uses of Class
org.jclouds.compute.domain.NodeMetadataBuilder
Packages that use NodeMetadataBuilder
Package
Description
-
Uses of NodeMetadataBuilder in org.jclouds.aws.ec2.compute.functions
Methods in org.jclouds.aws.ec2.compute.functions with parameters of type NodeMetadataBuilderModifier and TypeMethodDescriptionprotected void
AWSRunningInstanceToNodeMetadata.addCredentialsForInstance
(NodeMetadataBuilder builder, RunningInstance instance) -
Uses of NodeMetadataBuilder in org.jclouds.compute.domain
Methods in org.jclouds.compute.domain that return NodeMetadataBuilderModifier and TypeMethodDescriptionNodeMetadataBuilder.backendStatus
(String backendStatus) NodeMetadataBuilder.credentials
(LoginCredentials credentials) static NodeMetadataBuilder
NodeMetadataBuilder.fromNodeMetadata
(NodeMetadata node) NodeMetadataBuilder.loginPort
(int loginPort) NodeMetadataBuilder.operatingSystem
(OperatingSystem os) NodeMetadataBuilder.privateAddresses
(Iterable<String> privateAddresses) NodeMetadataBuilder.providerId
(String providerId) NodeMetadataBuilder.publicAddresses
(Iterable<String> publicAddresses) NodeMetadataBuilder.status
(NodeMetadata.Status status) NodeMetadataBuilder.userMetadata
(Map<String, String> userMetadata) -
Uses of NodeMetadataBuilder in org.jclouds.compute.util
Methods in org.jclouds.compute.util that return NodeMetadataBuilderModifier and TypeMethodDescriptionstatic NodeMetadataBuilder
ComputeServiceUtils.addMetadataAndParseTagsFromCommaDelimitedValue
(NodeMetadataBuilder builder, Map<String, String> map) static NodeMetadataBuilder
ComputeServiceUtils.addMetadataAndParseTagsFromValuesOfEmptyString
(NodeMetadataBuilder builder, Map<String, String> map) Methods in org.jclouds.compute.util with parameters of type NodeMetadataBuilderModifier and TypeMethodDescriptionstatic NodeMetadataBuilder
ComputeServiceUtils.addMetadataAndParseTagsFromCommaDelimitedValue
(NodeMetadataBuilder builder, Map<String, String> map) static NodeMetadataBuilder
ComputeServiceUtils.addMetadataAndParseTagsFromValuesOfEmptyString
(NodeMetadataBuilder builder, Map<String, String> map) -
Uses of NodeMetadataBuilder in org.jclouds.ec2.compute.functions
Methods in org.jclouds.ec2.compute.functions with parameters of type NodeMetadataBuilderModifier and TypeMethodDescriptionprotected void
RunningInstanceToNodeMetadata.addCredentialsForInstance
(NodeMetadataBuilder builder, RunningInstance instance)