Uses of Class
com.oracle.bmc.blockchain.model.BlockchainPlatform.LoadBalancerShape
-
Packages that use BlockchainPlatform.LoadBalancerShape Package Description com.oracle.bmc.blockchain.model -
-
Uses of BlockchainPlatform.LoadBalancerShape in com.oracle.bmc.blockchain.model
Methods in com.oracle.bmc.blockchain.model that return BlockchainPlatform.LoadBalancerShape Modifier and Type Method Description static BlockchainPlatform.LoadBalancerShape
BlockchainPlatform.LoadBalancerShape. create(String key)
BlockchainPlatform.LoadBalancerShape
BlockchainPlatform. getLoadBalancerShape()
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.BlockchainPlatform.LoadBalancerShape
UpdateBlockchainPlatformDetails. getLoadBalancerShape()
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.static BlockchainPlatform.LoadBalancerShape
BlockchainPlatform.LoadBalancerShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockchainPlatform.LoadBalancerShape[]
BlockchainPlatform.LoadBalancerShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.LoadBalancerShape Modifier and Type Method Description BlockchainPlatform.Builder
BlockchainPlatform.Builder. loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.UpdateBlockchainPlatformDetails.Builder
UpdateBlockchainPlatformDetails.Builder. loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.Constructors in com.oracle.bmc.blockchain.model with parameters of type BlockchainPlatform.LoadBalancerShape Constructor Description BlockchainPlatform(String id, String displayName, String compartmentId, String description, Boolean isByol, Date timeCreated, Date timeUpdated, String platformVersion, String serviceVersion, BlockchainPlatform.PlatformRole platformRole, BlockchainPlatform.ComputeShape computeShape, BlockchainPlatform.PlatformShapeType platformShapeType, BlockchainPlatform.LoadBalancerShape loadBalancerShape, String serviceEndpoint, BlockchainPlatform.LifecycleState lifecycleState, String lifecycleDetails, Double storageSizeInTBs, Double storageUsedInTBs, Boolean isMultiAD, Integer totalOcpuCapacity, BlockchainPlatformComponentDetails componentDetails, ReplicaDetails replicas, List<OcpuUtilizationInfo> hostOcpuUtilizationInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateBlockchainPlatformDetails(String description, Double storageSizeInTBs, ReplicaDetails replicas, Integer totalOcpuCapacity, BlockchainPlatform.LoadBalancerShape loadBalancerShape, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-